ACE
6.3.3
|
Implements the draft C++ standard auto_ptr abstraction. More...
#include <Auto_Ptr.h>
Public Types | |
typedef X | element_type |
Public Types inherited from ACE_Auto_Basic_Ptr< X > | |
typedef X | element_type |
Public Member Functions | |
auto_ptr (X *p=0) | |
auto_ptr (auto_ptr< X > &ap) | |
X * | operator-> () const |
Public Member Functions inherited from ACE_Auto_Basic_Ptr< X > | |
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. More... | |
Additional Inherited Members | |
Public Attributes inherited from ACE_Auto_Basic_Ptr< X > | |
ACE_ALLOC_HOOK_DECLARE | |
Declare the dynamic allocation hooks. More... | |
Protected Attributes inherited from ACE_Auto_Basic_Ptr< X > | |
X * | p_ |
Implements the draft C++ standard auto_ptr abstraction.
typedef X auto_ptr< X >::element_type |
|
inline |