NSStruct::RecursifData Struct Reference

Internal: low level a structure helping to read recursifList. More...

#include <NSStruct.hxx>

List of all members.

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
RecursifDataoperator= (RecursifData const &orig)
 copy operator
bool read (NSParser &parser, MWAWEntry const &entry)
 read the data

Public Attributes

shared_ptr< Infom_info
 zone information
int m_level
 the node level
std::vector< Nodem_childList
 the list of data entry

Detailed Description

Internal: low level a structure helping to read recursifList.


Constructor & Destructor Documentation

constructor

Referenced by read().

copy constructor


Member Function Documentation

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().


Member Data Documentation

the node level

Referenced by operator=(), and read().


The documentation for this struct was generated from the following files: