#include <Parse_Node.h>
Inheritance diagram for ACE_Dummy_Node:
Public Methods | |
ACE_Dummy_Node (const ACE_Static_Node *, const ACE_Parse_Node *) | |
~ACE_Dummy_Node (void) | |
virtual void | apply (int &yyerrno) |
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_Static_Node * | node_ |
Linked list of modules that we're dealing with. | |
const ACE_Parse_Node * | mods_ |
|
|
|
|
|
Implements ACE_Parse_Node. |
|
Dump the state of an object.
Reimplemented from ACE_Parse_Node. |
|
Declare the dynamic allocation hooks.
Reimplemented from ACE_Parse_Node. |
|
|
|
Linked list of modules that we're dealing with.
|