Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

ACE_Function_Node Class Reference

Keeps track of the symbol name of for a shared function. More...

#include <Parse_Node.h>

Inheritance diagram for ACE_Function_Node

Inheritance graph
[legend]
Collaboration diagram for ACE_Function_Node:

Collaboration graph
[legend]
List of all members.

Public Methods

 ACE_Function_Node (const ACE_TCHAR *pathname, const ACE_TCHAR *func_name)
virtual void* symbol (ACE_Service_Object_Exterminator *gobbler = 0)
virtual ~ACE_Function_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_TCHARfunction_name_
 Name of the function that we're parsing.


Detailed Description

Keeps track of the symbol name of for a shared function.


Constructor & Destructor Documentation

ACE_Function_Node::ACE_Function_Node ( const ACE_TCHAR * path,
const ACE_TCHAR * func_name )
 

ACE_Function_Node::~ACE_Function_Node ( void ) [virtual]
 


Member Function Documentation

void ACE_Function_Node::dump ( void ) const
 

Dump the state of an object.

Reimplemented from ACE_Location_Node.

void * ACE_Function_Node::symbol ( ACE_Service_Object_Exterminator * gobbler = 0 ) [virtual]
 

Reimplemented from ACE_Location_Node.


Member Data Documentation

ACE_Function_Node::ACE_ALLOC_HOOK_DECLARE
 

Declare the dynamic allocation hooks.

Reimplemented from ACE_Location_Node.

const ACE_TCHAR * ACE_Function_Node::function_name_ [private]
 

Name of the function that we're parsing.


The documentation for this class was generated from the following files:
Generated at Fri Oct 5 07:02:07 2001 for ACE by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000