Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

ACE_Location_Node Class Reference

Keep track of where a shared library is located. More...

#include <Parse_Node.h>

Inheritance diagram for ACE_Location_Node:

Inheritance graph
[legend]
Collaboration diagram for ACE_Location_Node:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ACE_Location_Node (void)
virtual void * symbol (int &yyerrno, ACE_Service_Object_Exterminator *=0)=0
virtual void set_symbol (void *h)
const ACE_DLLdll (void)
const ACE_TCHARpathname (void) const
void pathname (const ACE_TCHAR *h)
int dispose (void) const
virtual ~ACE_Location_Node (void)
void dump (void) const
 Dump the state of an object.

Public Attributes

 ACE_ALLOC_HOOK_DECLARE
 Declare the dynamic allocation hooks.

Protected Member Functions

int open_dll (int &yyerrno)

Protected Attributes

const ACE_TCHARpathname_
 Pathname to the shared library we are working on.
int must_delete_
ACE_DLL dll_
 The open shared library.
void * symbol_
 Symbol that we've obtained from the shared library.

Detailed Description

Keep track of where a shared library is located.

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


Constructor & Destructor Documentation

ACE_Location_Node::ACE_Location_Node void   ) 
 

ACE_Location_Node::~ACE_Location_Node void   )  [virtual]
 


Member Function Documentation

int ACE_Location_Node::dispose void   )  const
 

const ACE_DLL & ACE_Location_Node::dll void   ) 
 

void ACE_Location_Node::dump void   )  const
 

Dump the state of an object.

Reimplemented in ACE_Object_Node, ACE_Function_Node, and ACE_Static_Function_Node.

int ACE_Location_Node::open_dll int &  yyerrno  )  [protected]
 

void ACE_Location_Node::pathname const ACE_TCHAR h  ) 
 

const ACE_TCHAR * ACE_Location_Node::pathname void   )  const
 

void ACE_Location_Node::set_symbol void *  h  )  [virtual]
 

virtual void* ACE_Location_Node::symbol int &  yyerrno,
ACE_Service_Object_Exterminator = 0
[pure virtual]
 

Implemented in ACE_Object_Node, ACE_Function_Node, and ACE_Static_Function_Node.


Member Data Documentation

ACE_Location_Node::ACE_ALLOC_HOOK_DECLARE
 

Declare the dynamic allocation hooks.

Reimplemented in ACE_Object_Node, ACE_Function_Node, and ACE_Static_Function_Node.

ACE_DLL ACE_Location_Node::dll_ [protected]
 

The open shared library.

int ACE_Location_Node::must_delete_ [protected]
 

Flag indicating whether the Service_Object generated by this Location Node should be deleted or not (ACE_Service_Type::DELETE_OBJ.)

const ACE_TCHAR* ACE_Location_Node::pathname_ [protected]
 

Pathname to the shared library we are working on.

void* ACE_Location_Node::symbol_ [protected]
 

Symbol that we've obtained from the shared library.


The documentation for this class was generated from the following files:
Generated on Sun May 15 12:50:56 2005 for ACE by  doxygen 1.3.9.1