Internal: low level a structure helping to read recursifList. More...
#include <NisusWrtStruct.hxx>
Classes | |
| struct | Info |
| the zone information More... | |
| struct | Node |
| the data data More... | |
Public Member Functions | |
| RecursifData (NisusWrtStruct::ZoneType zone, NisusWrtStruct::VariableType vType=NisusWrtStruct::V_None, int level=0) | |
| constructor | |
| RecursifData (RecursifData const &orig) | |
| copy constructor | |
| RecursifData & | operator= (RecursifData const &orig) |
| copy operator | |
| bool | read (NisusWrtParser &parser, MWAWEntry const &entry) |
| read the data | |
Public Attributes | |
| shared_ptr< Info > | m_info |
| zone information | |
| int | m_level |
| the node level | |
| std::vector< Node > | m_childList |
| the list of data entry | |
Internal: low level a structure helping to read recursifList.
| NisusWrtStruct::RecursifData::RecursifData | ( | NisusWrtStruct::ZoneType | zone, |
| NisusWrtStruct::VariableType | vType = NisusWrtStruct::V_None, |
||
| int | level = 0 |
||
| ) | [inline] |
constructor
Referenced by read().
| NisusWrtStruct::RecursifData::RecursifData | ( | RecursifData const & | orig | ) | [inline] |
copy constructor
| RecursifData& NisusWrtStruct::RecursifData::operator= | ( | RecursifData const & | orig | ) | [inline] |
copy operator
| bool NisusWrtStruct::RecursifData::read | ( | NisusWrtParser & | parser, |
| MWAWEntry const & | entry | ||
| ) |
read the data
Referenced by NisusWrtGraph::createZones(), and NisusWrtParser::createZones().
| std::vector<Node> NisusWrtStruct::RecursifData::m_childList |
the list of data entry
Referenced by operator=(), read(), NisusWrtGraph::readPLDT(), NisusWrtParser::readReference(), NisusWrtParser::readSGP1(), and NisusWrtParser::readVariable().
| shared_ptr<Info> NisusWrtStruct::RecursifData::m_info |
zone information
Referenced by operator=(), read(), NisusWrtGraph::readPLDT(), NisusWrtParser::readReference(), NisusWrtParser::readSGP1(), and NisusWrtParser::readVariable().
the node level
Referenced by operator=(), and read().