Puma::CT_TemplateName Class Reference

#include <Puma/CTree.h>

Inheritance diagram for Puma::CT_TemplateName:

Inheritance graph

List of all members.


Detailed Description

Tree node representing a template name.

Public Member Functions

 CT_TemplateName (CTree *n, CTree *a)
const char * NodeName () const
CT_TemplateArgListArguments () const
CT_SimpleNameTemplateName () const
const char * Text () const
void * operator new (size_t)
void operator delete (void *)

Static Public Member Functions

static const char * NodeId ()

Constructor & Destructor Documentation

Puma::CT_TemplateName::CT_TemplateName ( CTree n,
CTree a 
) [inline]

Constructor.

Parameters:
n The template class or function name.
a The template argument list.


Member Function Documentation

static const char* Puma::CT_TemplateName::NodeId (  )  [static]

Get the identifier for this node type. Can be compared with NodeName().

Reimplemented from Puma::CT_SimpleName.

const char* Puma::CT_TemplateName::NodeName (  )  const [inline, virtual]

Get the name of the node. Can be compared with NodeId().

Reimplemented from Puma::CT_SimpleName.

CT_TemplateArgList* Puma::CT_TemplateName::Arguments (  )  const [inline]

Get the template argument list.

CT_SimpleName* Puma::CT_TemplateName::TemplateName (  )  const [inline]

Get the template class or function name.

const char* Puma::CT_TemplateName::Text (  )  const [inline, virtual]

Get the string containing the name.

Reimplemented from Puma::CT_SpecialName.

void* Puma::CT_TemplateName::operator new ( size_t   ) 

Own new operator reusing memory.

Reimplemented from Puma::CT_SpecialName.

void Puma::CT_TemplateName::operator delete ( void *   ) 

Own delete operator.

Reimplemented from Puma::CT_SpecialName.


Generated on Sat May 10 03:03:59 2008 for Puma by  doxygen 1.5.5