|
| FunctionNameParser (std::map< unsigned long, char const * > const &idFunctionMap, std::vector< std::string > &functionNames) |
| constructor
|
|
| ~FunctionNameParser () final |
| destructor
|
|
bool | parseField (RagTime5StructManager::Field &field, RagTime5Zone &, int n, libmwaw::DebugStream &f) final |
| parse a field
|
|
| FieldParser (std::string const &zoneName) |
| constructor
|
|
virtual | ~FieldParser () |
| destructor
|
|
virtual std::string | getZoneName () const |
| return the debug name corresponding to a zone
|
|
virtual std::string | getZoneName (int n) const |
| return the debug name corresponding to a field
|
|
virtual bool | parseHeaderField (Field &field, RagTime5Zone &, int, libmwaw::DebugStream &f) |
| parse a header field
|
|
virtual bool | parseField (Field &field, RagTime5Zone &, int, libmwaw::DebugStream &f) |
| parse a field
|
|
Internal: the helper to read function name.