Puma Reference Manual | Puma: Puma::CT_ConversionName Class Reference |
#include <Puma/CTree.h>
Example:
operator int*
Public Member Functions | |
CT_ConversionName (CTree *f, CTree *t) | |
Constructor. | |
const char * | NodeName () const |
Get the name of the node. | |
CT_NamedType * | TypeName () const |
Get the conversion type. | |
void * | operator new (size_t) |
Own new operator reusing memory. | |
void | operator delete (void *) |
Own delete operator. | |
Static Public Member Functions | |
static const char * | NodeId () |
Get the identifier for this node type. |
Constructor.
f | The operator function keyword 'operator'. | |
t | The sub-tree containing the conversion type. |
static const char* Puma::CT_ConversionName::NodeId | ( | ) | [static] |
Get the identifier for this node type.
Can be compared with NodeName().
Reimplemented from Puma::CT_SimpleName.
const char* Puma::CT_ConversionName::NodeName | ( | ) | const [inline, virtual] |
CT_NamedType* Puma::CT_ConversionName::TypeName | ( | ) | const [inline] |
Get the conversion type.
void* Puma::CT_ConversionName::operator new | ( | size_t | ) |
void Puma::CT_ConversionName::operator delete | ( | void * | ) |