#include <Parse_Node.h>
Inheritance diagram for ACE_Parse_Node:
Public Methods | |
ACE_Parse_Node (void) | |
ACE_EXPLICIT | ACE_Parse_Node (const ACE_TCHAR *name) |
virtual | ~ACE_Parse_Node (void) |
ACE_Parse_Node * | link (void) const |
void | link (ACE_Parse_Node *) |
virtual void | apply (int &yyerrno)=0 |
const ACE_TCHAR * | name (void) const |
void | print (void) const |
void | dump (void) const |
Dump the state of an object. | |
Public Attributes | |
ACE_ALLOC_HOOK_DECLARE | |
Declare the dynamic allocation hooks. | |
Private Attributes | |
const ACE_TCHAR * | name_ |
ACE_Parse_Node * | next_ |
|
|
|
|
|
|
|
Implemented in ACE_Suspend_Node, ACE_Resume_Node, ACE_Remove_Node, ACE_Static_Node, ACE_Dynamic_Node, ACE_Stream_Node, and ACE_Dummy_Node. |
|
Dump the state of an object.
Reimplemented in ACE_Suspend_Node, ACE_Resume_Node, ACE_Remove_Node, ACE_Static_Node, ACE_Dynamic_Node, ACE_Stream_Node, and ACE_Dummy_Node. |
|
|
|
|
|
|
|
|
|
Declare the dynamic allocation hooks.
Reimplemented in ACE_Suspend_Node, ACE_Resume_Node, ACE_Remove_Node, ACE_Static_Node, ACE_Dynamic_Node, ACE_Stream_Node, and ACE_Dummy_Node. |
|
|
|
|