#include <Parse_Node.h>
Inheritance diagram for ACE_Object_Node:
Public Member Functions | |
ACE_Object_Node (const ACE_TCHAR *pathname, const ACE_TCHAR *obj_name) | |
virtual void * | symbol (ACE_Service_Gestalt *config, 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 Member Functions | |
ACE_Object_Node (const ACE_Object_Node &) | |
ACE_Object_Node & | operator= (const ACE_Object_Node &) |
Private Attributes | |
const ACE_TCHAR * | object_name_ |
Name of the object that we're parsing. |
For internal use only.
ACE_Object_Node::~ACE_Object_Node | ( | void | ) | [virtual] |
ACE_Object_Node::ACE_Object_Node | ( | const ACE_Object_Node & | ) | [private] |
void ACE_Object_Node::dump | ( | void | ) | const |
ACE_Object_Node& ACE_Object_Node::operator= | ( | const ACE_Object_Node & | ) | [private] |
void * ACE_Object_Node::symbol | ( | ACE_Service_Gestalt * | config, | |
int & | yyerrno, | |||
ACE_Service_Object_Exterminator * | = 0 | |||
) | [virtual] |
Will update the yyerrno member and/or corresponding configuration repository
Implements ACE_Location_Node.
const ACE_TCHAR* ACE_Object_Node::object_name_ [private] |
Name of the object that we're parsing.