#include <Parse_Node.h>
Inheritance diagram for ACE_Object_Node:
Public Methods | |
ACE_Object_Node (const ACE_TCHAR *pathname, const ACE_TCHAR *obj_name) | |
virtual void * | symbol (int &yyerrno, ACE_Service_Object_Exterminator *=0) |
virtual | ~ACE_Object_Node (void) |
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 * | object_name_ |
Name of the object that we're parsing. |
|
|
|
|
|
Dump the state of an object.
Reimplemented from ACE_Location_Node. |
|
Implements ACE_Location_Node. |
|
Declare the dynamic allocation hooks.
Reimplemented from ACE_Location_Node. |
|
Name of the object that we're parsing.
|