NAME

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

SYNOPSIS

#include <ace/Parse_Node.h>

class ACE_Function_Node : public ACE_Location_Node { public: ACE_Function_Node (const char *pathname, const char *func_name); virtual void *symbol ( ACE_Service_Object_Exterminator *gobbler = 0 ); virtual ~ACE_Function_Node (void); void dump (void) const; ACE_ALLOC_HOOK_DECLARE; private: const char *function_name_; };

PUBLIC MEMBERS

ACE_Function_Node (const char *pathname, const char *func_name);

virtual void *symbol (ACE_Service_Object_Exterminator *gobbler = 0);

virtual ~ACE_Function_Node (void);

void dump (void) const;

ACE_ALLOC_HOOK_DECLARE;

PRIVATE MEMBERS

const char *function_name_;

AUTHOR

Doug Schmidt

LIBRARY

ace