the data data More...
#include <NSStruct.hxx>
Public Member Functions | |
Node () | |
constructor | |
bool | isLeaf () const |
returns true if the node is a final node | |
Public Attributes | |
int | m_type |
the variable type | |
MWAWEntry | m_entry |
the entry | |
shared_ptr< RecursifData > | m_data |
the recursif data |
the data data
NSStruct::RecursifData::Node::Node | ( | ) | [inline] |
constructor
bool NSStruct::RecursifData::Node::isLeaf | ( | ) | const [inline] |
returns true if the node is a final node
Referenced by NSGraph::readPLDT(), NSParser::readReference(), NSParser::readSGP1(), and NSParser::readVariable().
shared_ptr<RecursifData> NSStruct::RecursifData::Node::m_data |
the recursif data
Referenced by isLeaf(), NSStruct::RecursifData::read(), NSParser::readReference(), and NSParser::readVariable().
the entry
Referenced by NSStruct::RecursifData::read(), NSGraph::readPLDT(), NSParser::readReference(), NSParser::readSGP1(), and NSParser::readVariable().
the variable type
Referenced by NSStruct::RecursifData::read(), NSParser::readReference(), NSParser::readSGP1(), and NSParser::readVariable().