Internal: the helper to read an integer list. More...
Public Member Functions | |
| IntListParser (int fieldSz, std::string const &zoneName) | |
| constructor | |
| bool | parseData (MWAWInputStreamPtr &input, long endPos, RagTime5Zone &, int, libmwaw::DebugStream &f) |
| try to parse a data | |
| IntListParser (IntListParser &orig) | |
| copy constructor, not implemented | |
| IntListParser & | operator= (IntListParser &orig) |
| copy operator, not implemented | |
Public Attributes | |
| int | m_fieldSize |
| the field size | |
| std::vector< int > | m_dataList |
| the list of read int | |
Internal: the helper to read an integer list.
| RagTime5GraphInternal::IntListParser::IntListParser | ( | int | fieldSz, |
| std::string const & | zoneName | ||
| ) | [inline] |
constructor
copy constructor, not implemented
| IntListParser& RagTime5GraphInternal::IntListParser::operator= | ( | IntListParser & | orig | ) |
copy operator, not implemented
| bool RagTime5GraphInternal::IntListParser::parseData | ( | MWAWInputStreamPtr & | input, |
| long | endPos, | ||
| RagTime5Zone & | , | ||
| int | , | ||
| libmwaw::DebugStream & | f | ||
| ) | [inline, virtual] |
try to parse a data
Reimplemented from RagTime5StructManager::DataParser.
| std::vector<int> RagTime5GraphInternal::IntListParser::m_dataList |
the list of read int
Referenced by parseData().
the field size
Referenced by IntListParser(), and parseData().