|
| 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...
|
|
virtual bool | parseField (Field &field, RagTime5Zone &, int, libmwaw::DebugStream &f) |
| parse a field More...
|
|
Internal: the helper to read function name.