Public Types | |
enum | tags { RLC = 0, ON_S, OFF_S, ON_P, ON_TP, OFF_P, OFF_TP, NUMTAGS } |
Public Member Functions | |
Mtags (std::istream &str) | |
~Mtags () | |
TaggedFile::assignstatus | assignSet () |
bool | getData (tags tag_r, std::list< std::string > &mdata_r) |
Static Public Member Functions | |
const TagDescr & | tag (tags t) |
void | initTagSet (TaggedFile::TagSet &tagset_r) |
std::string | strStatus (TaggedFile::assignstatus status) |
Static Private Member Functions | |
std::vector< TagDescr > | init () |
Private Attributes | |
TaggedFile::TagSet * | _tagsetptr |
std::istream & | _str |
Static Private Attributes | |
const std::vector< TagDescr > | _tagvec |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|