ACE  6.2.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Private Attributes | List of all members
ACE_Cleanup_Info_Node Class Reference

For maintaining a list of ACE_Cleanup_Info items. More...

#include <Cleanup.h>

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

Public Member Functions

 ACE_Cleanup_Info_Node (void)
 
 ACE_Cleanup_Info_Node (void *object, ACE_CLEANUP_FUNC cleanup_hook, void *param, const char *name)
 
 ~ACE_Cleanup_Info_Node (void)
 
bool operator== (const ACE_Cleanup_Info_Node &o) const
 Equality operator. More...
 
bool operator!= (const ACE_Cleanup_Info_Node &o) const
 Inequality operator. More...
 
void * object (void)
 
ACE_CLEANUP_FUNC cleanup_hook (void)
 
void * param (void)
 
- Public Member Functions inherited from ACE_Intrusive_List_Node< ACE_Cleanup_Info_Node >
ACE_Cleanup_Info_Nodeprev (void) const
 
void prev (ACE_Cleanup_Info_Node *)
 
ACE_Cleanup_Info_Nodenext (void) const
 
void next (ACE_Cleanup_Info_Node *)
 

Private Attributes

void * object_
 Point to object that gets passed into the <cleanup_hook_>. More...
 
ACE_CLEANUP_FUNC cleanup_hook_
 Cleanup hook that gets called back. More...
 
void * param_
 Parameter passed to the <cleanup_hook_>. More...
 
const char * name_
 Name of the cleanup object. More...
 

Additional Inherited Members

- Protected Member Functions inherited from ACE_Intrusive_List_Node< ACE_Cleanup_Info_Node >
 ACE_Intrusive_List_Node (void)
 Constructor. More...
 

Detailed Description

For maintaining a list of ACE_Cleanup_Info items.

For internal use by ACE_Object_Manager.

Constructor & Destructor Documentation

ACE_Cleanup_Info_Node::ACE_Cleanup_Info_Node ( void  )
ACE_Cleanup_Info_Node::ACE_Cleanup_Info_Node ( void *  object,
ACE_CLEANUP_FUNC  cleanup_hook,
void *  param,
const char *  name 
)
ACE_Cleanup_Info_Node::~ACE_Cleanup_Info_Node ( void  )

Member Function Documentation

ACE_CLEANUP_FUNC ACE_Cleanup_Info_Node::cleanup_hook ( void  )
inline
void * ACE_Cleanup_Info_Node::object ( void  )
inline
bool ACE_Cleanup_Info_Node::operator!= ( const ACE_Cleanup_Info_Node o) const

Inequality operator.

bool ACE_Cleanup_Info_Node::operator== ( const ACE_Cleanup_Info_Node o) const

Equality operator.

void * ACE_Cleanup_Info_Node::param ( void  )
inline

Member Data Documentation

ACE_CLEANUP_FUNC ACE_Cleanup_Info_Node::cleanup_hook_
private

Cleanup hook that gets called back.

const char* ACE_Cleanup_Info_Node::name_
private

Name of the cleanup object.

void* ACE_Cleanup_Info_Node::object_
private

Point to object that gets passed into the <cleanup_hook_>.

void* ACE_Cleanup_Info_Node::param_
private

Parameter passed to the <cleanup_hook_>.


The documentation for this class was generated from the following files: