#include <SlotsNode.h>
Public Member Functions | |
void | addEntry (EntryNode en) |
OwnSlotNode (void) | |
virtual void | printNode () |
virtual int | qualifyNode () |
void | setName (const char *s) |
Public Attributes | |
EntryNode | entry |
const char * | name |
int | node_type |
Definition at line 63 of file SlotsNode.h.
OwnSlotNode::OwnSlotNode | ( | void | ) | [inline] |
Definition at line 66 of file SlotsNode.h.
void OwnSlotNode::addEntry | ( | EntryNode | en | ) |
Definition at line 86 of file SlotsNode.h.
void OwnSlotNode::printNode | ( | ) | [virtual] |
Implements Node.
Definition at line 76 of file SlotsNode.h.
int OwnSlotNode::qualifyNode | ( | ) | [virtual] |
Implements Node.
Definition at line 83 of file SlotsNode.h.
void OwnSlotNode::setName | ( | const char * | s | ) | [inline] |
Definition at line 73 of file SlotsNode.h.
Definition at line 69 of file SlotsNode.h.
const char* OwnSlotNode::name |
Definition at line 68 of file SlotsNode.h.
Definition at line 66 of file SlotsNode.h.