#include <Puma/CTree.h>
Public Member Functions | |
CT_RootQualName (int size=2) | |
const char * | NodeName () const |
void * | operator new (size_t) |
void | operator delete (void *) |
Static Public Member Functions | |
static const char * | NodeId () |
Puma::CT_RootQualName::CT_RootQualName | ( | int | size = 2 |
) | [inline] |
Constructor.
size | Initial number of sub-name plus separator. |
static const char* Puma::CT_RootQualName::NodeId | ( | ) | [static] |
Get the identifier for this node type. Can be compared with NodeName().
Reimplemented from Puma::CT_QualName.
const char* Puma::CT_RootQualName::NodeName | ( | ) | const [inline, virtual] |
Get the name of the node. Can be compared with NodeId().
Reimplemented from Puma::CT_QualName.
void* Puma::CT_RootQualName::operator new | ( | size_t | ) |
Own new operator reusing memory.
Reimplemented from Puma::CT_QualName.
void Puma::CT_RootQualName::operator delete | ( | void * | ) |
Own delete operator.
Reimplemented from Puma::CT_QualName.