the data data More...
#include <NisusWrtStruct.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
| NisusWrtStruct::RecursifData::Node::Node | ( | ) | [inline] |
constructor
| bool NisusWrtStruct::RecursifData::Node::isLeaf | ( | ) | const [inline] |
returns true if the node is a final node
Referenced by NisusWrtGraph::readPLDT(), NisusWrtParser::readReference(), NisusWrtParser::readSGP1(), and NisusWrtParser::readVariable().
the recursif data
Referenced by isLeaf(), NisusWrtStruct::RecursifData::read(), NisusWrtParser::readReference(), and NisusWrtParser::readVariable().
the entry
Referenced by NisusWrtStruct::RecursifData::read(), NisusWrtGraph::readPLDT(), NisusWrtParser::readReference(), NisusWrtParser::readSGP1(), and NisusWrtParser::readVariable().
the variable type
Referenced by NisusWrtStruct::RecursifData::read(), NisusWrtParser::readReference(), NisusWrtParser::readSGP1(), and NisusWrtParser::readVariable().