|
| 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
|
|
virtual bool | parseData (MWAWInputStreamPtr &, long, RagTime5Zone &, int, libmwaw::DebugStream &) |
| parse a data
|
|
Internal: the helper to read an integer list.