org::xmlBlaster::util::ManagedObject< TYPE > Class Template Reference

Inheritance diagram for org::xmlBlaster::util::ManagedObject< TYPE >:

Inheritance graph
[legend]
Collaboration diagram for org::xmlBlaster::util::ManagedObject< TYPE >:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ManagedObject (TYPE *p)
virtual ~ManagedObject ()
virtual void cleanup ()

Protected Attributes

TYPE * obj_

Detailed Description

template<class TYPE>
class org::xmlBlaster::util::ManagedObject< TYPE >

Definition at line 45 of file objman.h.


Constructor & Destructor Documentation

template<class TYPE>
org::xmlBlaster::util::ManagedObject< TYPE >::ManagedObject ( TYPE *  p  ) 

Definition at line 48 of file objman.h.

template<class TYPE>
virtual org::xmlBlaster::util::ManagedObject< TYPE >::~ManagedObject (  )  [virtual]

Definition at line 49 of file objman.h.

References org::xmlBlaster::util::ManagedObject< TYPE >::obj_.


Member Function Documentation

template<class TYPE>
virtual void org::xmlBlaster::util::ManagedObject< TYPE >::cleanup (  )  [virtual]

Reimplemented from org::xmlBlaster::util::Cleanup_Adaptor.

Definition at line 51 of file objman.h.

References org::xmlBlaster::util::ManagedObject< TYPE >::obj_.


Member Data Documentation

template<class TYPE>
TYPE* org::xmlBlaster::util::ManagedObject< TYPE >::obj_ [protected]

Definition at line 54 of file objman.h.

Referenced by org::xmlBlaster::util::ManagedObject< TYPE >::cleanup(), and org::xmlBlaster::util::ManagedObject< TYPE >::~ManagedObject().


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