Implements an extension to the draft C++ standard auto_ptr abstraction. More...
#include <Auto_Ptr.h>


Public Types | |
| typedef X | element_type |
Public Member Functions | |
| ACE_Auto_Array_Ptr (X *p=0) | |
| X * | operator-> () const |
Implements an extension to the draft C++ standard auto_ptr abstraction.
Definition at line 170 of file Auto_Ptr.h.
| typedef X ACE_Auto_Array_Ptr< X >::element_type |
Reimplemented from ACE_Auto_Basic_Array_Ptr< X >.
Definition at line 173 of file Auto_Ptr.h.
| ACE_Auto_Array_Ptr< X >::ACE_Auto_Array_Ptr | ( | X * | p = 0 |
) | [inline, explicit] |
Definition at line 176 of file Auto_Ptr.h.
: ACE_Auto_Basic_Array_Ptr<X> (p) {}
| X * ACE_Auto_Array_Ptr< X >::operator-> | ( | ) | const [inline] |
Definition at line 166 of file Auto_Ptr.inl.
{
return this->get ();
}
1.7.0