| Puma Reference Manual | Puma: Puma::CT_AnyList Class Reference |
#include <Puma/CTree.h>

Public Member Functions | |
| CT_AnyList (CTree *k, CTree *e=(CTree *) 0) | |
| Constructor. | |
| const char * | NodeName () const |
| Get the name of the node. | |
Static Public Member Functions | |
| static const char * | NodeId () |
| Get the identifier for this node type. | |
Constructor.
| k | The wildcard keyword. | |
| e | The extension. |
| static const char* Puma::CT_AnyList::NodeId | ( | ) | [static] |
Get the identifier for this node type.
Can be compared with NodeName().
Reimplemented from Puma::CT_Any.
| const char* Puma::CT_AnyList::NodeName | ( | ) | const [inline, virtual] |