#include <Parse_Node.h>
Inheritance diagram for ACE_Static_Node:
Public Methods | |
ACE_Static_Node (const ACE_TCHAR *name, ACE_TCHAR *params=0) | |
virtual | ~ACE_Static_Node (void) |
virtual void | apply (int &yyerrno) |
virtual const ACE_Service_Type * | record (void) const |
ACE_TCHAR * | parameters (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 | |
ACE_TCHAR * | parameters_ |
"Command-line" parameters. |
|
|
|
|
|
Implements ACE_Parse_Node. Reimplemented in ACE_Dynamic_Node. |
|
Dump the state of an object.
Reimplemented from ACE_Parse_Node. Reimplemented in ACE_Dynamic_Node. |
|
|
|
Reimplemented in ACE_Dynamic_Node. |
|
Declare the dynamic allocation hooks.
Reimplemented from ACE_Parse_Node. Reimplemented in ACE_Dynamic_Node. |
|
"Command-line" parameters.
|