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 More... | |
RecursifData (RecursifData const &orig) | |
copy constructor More... | |
RecursifData & | operator= (RecursifData const &orig) |
copy operator More... | |
bool | read (NSParser &parser, MWAWEntry const &entry) |
read the data More... | |
Public Attributes | |
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
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().
int NSStruct::RecursifData::m_level |
the node level
Referenced by operator=(), and read().