#include <iostream>#include <string>#include <map>#include <list>#include <y2util/TaggedParser.h>#include <y2util/TagRetrievalPos.h>Go to the source code of this file.
Namespaces | |
| namespace | TaggedFile |
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 } |
Variables | |
| static 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) |
|
|
|
1.4.1