Stores the context of a parsed OpenDDL declaration. More...
#include <OpenDDLCommon.h>
Public Member Functions | |
Context () | |
Constructor for initialization. | |
~Context () | |
Destructor. | |
void | clear () |
Clears the whole node tree. | |
Public Attributes | |
DDLNode * | m_root |
The root node of the OpenDDL node tree. | |
Stores the context of a parsed OpenDDL declaration.