#include <Parse_Node.h>
Inheritance diagram for ACE_Dynamic_Node:
Public Methods | |
ACE_Dynamic_Node (const ACE_Service_Type *, ACE_TCHAR *params) | |
virtual | ~ACE_Dynamic_Node (void) |
virtual const ACE_Service_Type * | record (void) const |
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_Service_Type * | record_ |
Pointer to a descriptor that describes this node. |
|
|
|
|
|
Reimplemented from ACE_Static_Node. |
|
Dump the state of an object.
Reimplemented from ACE_Static_Node. |
|
Reimplemented from ACE_Static_Node. |
|
Declare the dynamic allocation hooks.
Reimplemented from ACE_Static_Node. |
|
Pointer to a descriptor that describes this node.
|