|
ACE 7.0.9
|
Implements the draft C++ standard auto_ptr abstraction. This class allows one to work on non-object (basic) types. More...
#include <Auto_Ptr.h>

Public Types | |
| typedef X | element_type |
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 () | |
| X & | operator* () const |
| X * | get () const |
| X * | release () |
| void | reset (X *p=0) |
| void | dump () const |
| Dump the state of an object. More... | |
Public Attributes | |
| ACE_ALLOC_HOOK_DECLARE | |
| Declare the dynamic allocation hooks. More... | |
Protected Attributes | |
| X * | p_ |
Implements the draft C++ standard auto_ptr abstraction. This class allows one to work on non-object (basic) types.
| typedef X ACE_Auto_Basic_Ptr< X >::element_type |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
Dump the state of an object.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| ACE_Auto_Basic_Ptr< X >::ACE_ALLOC_HOOK_DECLARE |
Declare the dynamic allocation hooks.
|
protected |