Classes | |
class | Tag |
class | TagSet |
Enumerations | |
enum | tagtype { REJECTLOCALE, START, ALLOWLOCALE, FORCELOCALE } |
enum | datatype { SINGLE, SINGLEPOS, MULTI, MULTIOLD, MULTIYOU } |
enum | assignstatus { ACCEPTED, ACCEPTED_FULL, REJECTED_EOF, REJECTED_NOMATCH, REJECTED_LOCALE, REJECTED_NOLOCALE, REJECTED_FULL, REJECTED_NOENDTAG } |
Functions | |
std::ostream & | operator<< (std::ostream &str, const TaggedFile::Tag &obj) |
std::ostream & | operator<< (std::ostream &str, const TagSet &obj) |
Variables | |
const streamoff | nopos = streamoff(-1) |
|
final assign status ACCEPTED = single tag accepted ACCEPTED_FULL = new start tag found |
|
data type allowed for this tag SINGLE = single line of data, retrieve data |
|
START = explicit start tag, return ACCEPTED_FULL when this tag occurs a second time N.B.: in the current implementation, a start tag can't have a locale (START implies REJECTLOCALE) |
|
|
|
|
|
|