#include <basic_tags.h>


Public Member Functions | |
| BoolTag (const std::string &n, bool v, bool lock=false) | |
| virtual | ~BoolTag () |
| virtual const std::string & | type_identifier (void) const throw () |
| virtual std::string | encoded_content (void) const throw ( std::runtime_error ) |
Static Public Attributes | |
| static const std::string | TAG_TYPE |
| static const std::string | DEFAULT_TRUE_ENCODING |
| static const std::string | DEFAULT_FALSE_ENCODING |
| shawn::BoolTag::BoolTag | ( | const std::string & | n, | |
| bool | v, | |||
| bool | lock = false | |||
| ) |
| virtual shawn::BoolTag::~BoolTag | ( | ) | [virtual] |
| virtual const std::string& shawn::BoolTag::type_identifier | ( | void | ) | const throw () [virtual] |
Implements shawn::Tag.
| virtual std::string shawn::BoolTag::encoded_content | ( | void | ) | const throw ( std::runtime_error ) [virtual] |
Implements shawn::Tag.
const std::string shawn::BoolTag::TAG_TYPE [static] |
const std::string shawn::BoolTag::DEFAULT_TRUE_ENCODING [static] |
const std::string shawn::BoolTag::DEFAULT_FALSE_ENCODING [static] |
1.5.6