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

Public Member Functions | |
| CT_MembList (int size=10, int incr=10) | |
| const char * | NodeName () const |
| Get the name of the node. | |
| CSemScope * | SemScope () const |
| Get the scope opened by the member declarations list. | |
Static Public Member Functions | |
| static const char * | NodeId () |
| Get the identifier for this node type. | |
| Puma::CT_MembList::CT_MembList | ( | int | size = 10, |
|
| int | incr = 10 | |||
| ) | [inline] |
| static const char* Puma::CT_MembList::NodeId | ( | ) | [static] |
Get the identifier for this node type.
Can be compared with NodeName().
Reimplemented from Puma::CT_DeclList.
| const char* Puma::CT_MembList::NodeName | ( | ) | const [inline, virtual] |
| CSemScope* Puma::CT_MembList::SemScope | ( | ) | const [inline, virtual] |