ACE_Auto_Basic_Ptr< X > Class Template Reference

Implements the draft C++ standard auto_ptr abstraction. This class allows one to work on non-object (basic) types. More...

#include <Auto_Ptr.h>

Inheritance diagram for ACE_Auto_Basic_Ptr< X >:

Inheritance graph
[legend]
Collaboration diagram for ACE_Auto_Basic_Ptr< X >:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ACE_Auto_Basic_Ptr (X *p=0)
 ACE_Auto_Basic_Ptr (ACE_Auto_Basic_Ptr< X > &ap)
ACE_Auto_Basic_Ptr< X > & operator= (ACE_Auto_Basic_Ptr< X > &rhs)
 ~ACE_Auto_Basic_Ptr (void)
X & operator * () const
X * get (void) const
X * release (void)
void reset (X *p=0)
void dump (void) const
 Dump the state of an object.

Public Attributes

 ACE_ALLOC_HOOK_DECLARE
 Declare the dynamic allocation hooks.

Protected Attributes

X * p_

Detailed Description

template<class X>
class ACE_Auto_Basic_Ptr< X >

Implements the draft C++ standard auto_ptr abstraction. This class allows one to work on non-object (basic) types.


Constructor & Destructor Documentation

template<class X>
ACE_Auto_Basic_Ptr< X >::ACE_Auto_Basic_Ptr ( X *  p = 0  )  [inline, explicit]

template<class X>
ACE_INLINE ACE_Auto_Basic_Ptr< X >::ACE_Auto_Basic_Ptr ( ACE_Auto_Basic_Ptr< X > &  ap  ) 

template<class X>
ACE_INLINE ACE_Auto_Basic_Ptr< X >::~ACE_Auto_Basic_Ptr ( void   ) 


Member Function Documentation

template<class X>
ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_INLINE void ACE_Auto_Basic_Ptr< X >::dump ( void   )  const

Dump the state of an object.

template<class X>
ACE_INLINE X * ACE_Auto_Basic_Ptr< X >::get ( void   )  const

template<class X>
ACE_INLINE X & ACE_Auto_Basic_Ptr< X >::operator * (  )  const

template<class X>
ACE_INLINE ACE_Auto_Basic_Ptr< X > & ACE_Auto_Basic_Ptr< X >::operator= ( ACE_Auto_Basic_Ptr< X > &  rhs  ) 

template<class X>
ACE_INLINE X * ACE_Auto_Basic_Ptr< X >::release ( void   ) 

template<class X>
ACE_INLINE void ACE_Auto_Basic_Ptr< X >::reset ( X *  p = 0  ) 


Member Data Documentation

template<class X>
ACE_Auto_Basic_Ptr< X >::ACE_ALLOC_HOOK_DECLARE

Declare the dynamic allocation hooks.

template<class X>
X* ACE_Auto_Basic_Ptr< X >::p_ [protected]


The documentation for this class was generated from the following files:
Generated on Sun Jul 9 09:22:07 2006 for ACE by  doxygen 1.4.7-1