ACE_Static_Function_Node Class Reference

Keeps track of the symbol name for a function that is not linked in from a DLL, but is statically linked with the application. More...

#include <Parse_Node.h>

Inheritance diagram for ACE_Static_Function_Node:
Inheritance graph
[legend]
Collaboration diagram for ACE_Static_Function_Node:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ACE_Static_Function_Node (const ACE_TCHAR *func_name)
virtual void * symbol (ACE_Service_Gestalt *config, int &yyerrno, ACE_Service_Object_Exterminator *=0)
virtual ~ACE_Static_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 Member Functions

 ACE_Static_Function_Node (const ACE_Static_Function_Node &)
ACE_Static_Function_Nodeoperator= (const ACE_Static_Function_Node &)

Private Attributes

const ACE_TCHARfunction_name_
 Name of the function that we're parsing.

Detailed Description

Keeps track of the symbol name for a function that is not linked in from a DLL, but is statically linked with the application.

Note:
This class is only meant for INTERNAL use by ACE.

For internal use only.


Constructor & Destructor Documentation

ACE_Static_Function_Node::ACE_Static_Function_Node ( const ACE_TCHAR func_name  )  [explicit]
ACE_Static_Function_Node::~ACE_Static_Function_Node ( void   )  [virtual]
ACE_Static_Function_Node::ACE_Static_Function_Node ( const ACE_Static_Function_Node  )  [private]

Member Function Documentation

void ACE_Static_Function_Node::dump ( void   )  const

Dump the state of an object.

Reimplemented from ACE_Location_Node.

ACE_Static_Function_Node& ACE_Static_Function_Node::operator= ( const ACE_Static_Function_Node  )  [private]
void * ACE_Static_Function_Node::symbol ( ACE_Service_Gestalt cfgptr,
int &  yyerrno,
ACE_Service_Object_Exterminator = 0 
) [virtual]

Will update the yyerrno member and/or corresponding configuration repository

Implements ACE_Location_Node.


Member Data Documentation

Declare the dynamic allocation hooks.

Reimplemented from ACE_Location_Node.

Name of the function that we're parsing.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated by  doxygen 1.6.2