Internal: the helper to read an integer list. More...
Public Member Functions | |
IntListParser (int fieldSz, std::string const &zoneName) | |
constructor | |
~IntListParser () final | |
destructor | |
bool | parseData (MWAWInputStreamPtr &input, long endPos, RagTime5Zone &, int, libmwaw::DebugStream &f) final |
try to parse a data | |
IntListParser (IntListParser &orig)=delete | |
copy constructor, not implemented | |
IntListParser & | operator= (IntListParser &orig)=delete |
copy operator, not implemented | |
![]() | |
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 | |
std::vector< int > | m_dataList |
the list of read int | |
Additional Inherited Members | |
![]() | |
std::string | m_name |
the field name | |
Internal: the helper to read an integer list.
|
inline |
constructor
Referenced by IntListParser(), and operator=().
|
final |
destructor
|
delete |
copy constructor, not implemented
|
delete |
copy operator, not implemented
|
inlinefinalvirtual |
try to parse a data
Reimplemented from RagTime5StructManager::DataParser.
Referenced by parseData().
std::vector<int> RagTime5GraphInternal::IntListParser::m_dataList |
the list of read int
Referenced by IntListParser(), and parseData().
int RagTime5GraphInternal::IntListParser::m_fieldSize |
the field size
Referenced by IntListParser(), and parseData().