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