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