#include <basic_tags.h>


Public Member Functions | |
| IntegerTag (const std::string &n, int v, bool lock=false) | |
| virtual | ~IntegerTag () |
| 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 |
| shawn::IntegerTag::IntegerTag | ( | const std::string & | n, | |
| int | v, | |||
| bool | lock = false | |||
| ) |
| virtual shawn::IntegerTag::~IntegerTag | ( | ) | [virtual] |
| virtual const std::string& shawn::IntegerTag::type_identifier | ( | void | ) | const throw () [virtual] |
Implements shawn::Tag.
| virtual std::string shawn::IntegerTag::encoded_content | ( | void | ) | const throw ( std::runtime_error ) [virtual] |
Implements shawn::Tag.
const std::string shawn::IntegerTag::TAG_TYPE [static] |
1.5.6