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  More... | |
| RecursifData (RecursifData const &orig) | |
| copy constructor  More... | |
| RecursifData & | operator= (RecursifData const &orig) | 
| copy operator  More... | |
| bool | read (NisusWrtParser &parser, MWAWEntry const &entry) | 
| read the data  More... | |
| Public Attributes | |
| std::shared_ptr< Info > | m_info | 
| zone information  More... | |
| int | m_level | 
| the node level  More... | |
| std::vector< Node > | m_childList | 
| the list of data entry  More... | |
Internal: low level a structure helping to read recursifList.
| 
 | inline | 
constructor
Referenced by read().
| 
 | inline | 
copy constructor
| 
 | 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().
| std::shared_ptr<Info> NisusWrtStruct::RecursifData::m_info | 
zone information
Referenced by operator=(), read(), NisusWrtGraph::readPLDT(), NisusWrtParser::readReference(), NisusWrtParser::readSGP1(), and NisusWrtParser::readVariable().
| int NisusWrtStruct::RecursifData::m_level | 
the node level
Referenced by operator=(), and read().