Internal: a special field of a ScoopParser. More...
Public Member Functions | |
Special () | |
constructor | |
Public Attributes | |
int | m_type |
the special type: 1: numeric, 2: roman, 3: Alpha, 4: time, 5: date numeric, 6: date alpha | |
int | m_value |
the special value | |
Internal: a special field of a ScoopParser.
|
inline |
constructor
int ScoopParserInternal::Special::m_type |
the special type: 1: numeric, 2: roman, 3: Alpha, 4: time, 5: date numeric, 6: date alpha
Referenced by ScoopParser::readTextZoneParagraph().
int ScoopParserInternal::Special::m_value |
the special value
Referenced by ScoopParser::readTextZoneParagraph().