Internal: the helper to read a block 2 list. More...
Public Member Functions | |
BlockCellListParser () | |
constructor | |
~BlockCellListParser () final | |
destructor | |
bool | parseData (MWAWInputStreamPtr &input, long endPos, RagTime5Zone &, int, libmwaw::DebugStream &f) final |
try to parse a data | |
![]() | |
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 | |
Public Attributes | |
std::vector< Block > | m_blockList |
the list of block | |
Private Member Functions | |
BlockCellListParser (BlockCellListParser &orig)=delete | |
copy constructor, not implemented | |
BlockCellListParser & | operator= (BlockCellListParser &orig)=delete |
copy operator, not implemented | |
Additional Inherited Members | |
![]() | |
std::string | m_name |
the field name | |
Internal: the helper to read a block 2 list.
|
inline |
constructor
|
final |
destructor
|
privatedelete |
copy constructor, not implemented
|
privatedelete |
copy operator, not implemented
|
inlinefinalvirtual |
try to parse a data
Reimplemented from RagTime5StructManager::DataParser.
std::vector<Block> RagTime5TextInternal::BlockCellListParser::m_blockList |
the list of block
Referenced by parseData(), and RagTime5Text::readTextCluster().