#include <Parse_Node.h>
Inheritance diagram for ACE_Suspend_Node:
Public Member Functions | |
ACE_Suspend_Node (const ACE_TCHAR *name) | |
~ACE_Suspend_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. |
ACE_Suspend_Node::ACE_Suspend_Node | ( | const ACE_TCHAR * | name | ) |
ACE_Suspend_Node::~ACE_Suspend_Node | ( | void | ) |
void ACE_Suspend_Node::apply | ( | int & | yyerrno | ) | [virtual] |
Implements ACE_Parse_Node.
void ACE_Suspend_Node::dump | ( | void | ) | const |