Internal: the helper to read doc info parse. More...
Public Member Functions | |
DocInfoFieldParser (RagTime5Parser &parser) | |
constructor More... | |
virtual bool | parseField (RagTime5StructManager::Field &field, RagTime5Zone &zone, int, libmwaw::DebugStream &f) |
parse a field More... | |
![]() | |
FieldParser (std::string const &zoneName) | |
constructor More... | |
virtual | ~FieldParser () |
destructor More... | |
virtual std::string | getZoneName () const |
return the debug name corresponding to a zone More... | |
virtual std::string | getZoneName (int n) const |
return the debug name corresponding to a field More... | |
Protected Attributes | |
RagTime5Parser & | m_mainParser |
the main parser More... | |
![]() | |
std::string | m_name |
the field name More... | |
Additional Inherited Members | |
![]() | |
bool | m_regroupFields |
a flag use to decide if we output one debug message by field or not More... | |
Internal: the helper to read doc info parse.
|
inline |
constructor
|
inlinevirtual |
parse a field
Reimplemented from RagTime5StructManager::FieldParser.
|
protected |
the main parser
Referenced by parseField().