Internal: the helper to read a unknown. More...
Public Member Functions | |
UnknownParser (int fieldSize, std::string const &zoneName) | |
constructor | |
~UnknownParser () final | |
destructor | |
bool | parseData (MWAWInputStreamPtr &input, long endPos, RagTime5Zone &, int, libmwaw::DebugStream &f) final |
try to parse a data | |
Public Member Functions inherited from RagTime5StructManager::DataParser | |
DataParser (std::string const &zoneName) | |
constructor | |
virtual | ~DataParser () |
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 |
Public Attributes | |
int | m_fieldSize |
the field size |
Private Member Functions | |
UnknownParser (UnknownParser &orig)=delete | |
copy constructor, not implemented | |
UnknownParser & | operator= (UnknownParser &orig)=delete |
copy operator, not implemented |
Additional Inherited Members | |
Protected Attributes inherited from RagTime5StructManager::DataParser | |
std::string | m_name |
the field name |
Internal: the helper to read a unknown.
|
inline |
constructor
Referenced by operator=(), and UnknownParser().
|
final |
destructor
|
privatedelete |
copy constructor, not implemented
|
privatedelete |
copy operator, not implemented
|
inlinefinalvirtual |
try to parse a data
Reimplemented from RagTime5StructManager::DataParser.
Referenced by parseData().
int RagTime5PipelineInternal::UnknownParser::m_fieldSize |
the field size
Referenced by parseData(), and UnknownParser().