Internal: the helper to read function name. More...
Public Member Functions | |
FunctionNameParser (std::map< unsigned long, char const *> const &idFunctionMap, std::vector< std::string > &functionNames) | |
constructor More... | |
~FunctionNameParser () final | |
destructor More... | |
bool | parseField (RagTime5StructManager::Field &field, RagTime5Zone &, int n, libmwaw::DebugStream &f) final |
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... | |
virtual bool | parseHeaderField (Field &field, RagTime5Zone &, int, libmwaw::DebugStream &f) |
parse a header field More... | |
Protected Attributes | |
std::map< unsigned long, char const * > const & | m_idFunctionMap |
map id to function name More... | |
std::vector< std::string > & | m_functionNames |
the fonction names 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 function name.
|
inlineexplicit |
constructor
|
final |
destructor
|
inlinefinalvirtual |
parse a field
Reimplemented from RagTime5StructManager::FieldParser.
|
protected |
the fonction names
Referenced by parseField().
|
protected |
map id to function name
Referenced by parseField().