Holds a Tag Record. More...
Public Types | |
|
typedef boost::shared_ptr < TagRecord > | SharedPtr |
|
typedef std::vector < TagRecord::SharedPtr > | Collection |
Public Member Functions | |
| void | setID (int a_id) |
| int | getID () |
| const std::string & | getName () |
| const std::string & | getTag () |
| std::string | toXML () |
Ctors & Dtors | |
| TagRecord () | |
| Ctor. | |
| TagRecord (int a_id, const std::string &a_name, const std::string &a_tag) | |
| TagRecord (const std::string &a_name, const std::string &a_tag) | |
| ~TagRecord () | |
| Dtor. | |
Holds a Tag Record.
| Tonido::Data::TagRecord::TagRecord | ( | ) |
Ctor.
details if needed ...
| Tonido::Data::TagRecord::~TagRecord | ( | ) |
Dtor.
details if needed ...