ACE_Auto_Ptr< X > Class Template Reference
Implements the draft C++ standard
auto_ptr abstraction. This version can be used instead of auto_ptr<T>, and obviates the need for the ACE_AUTO_PTR_RESET macro on platforms like VC6 where the auto_ptr<T> is broken.
More...
#include <Auto_Ptr.h>
List of all members.
Detailed Description
template<typename X>
class ACE_Auto_Ptr< X >
Implements the draft C++ standard
auto_ptr abstraction. This version can be used instead of auto_ptr<T>, and obviates the need for the ACE_AUTO_PTR_RESET macro on platforms like VC6 where the auto_ptr<T> is broken.
Member Typedef Documentation
Constructor & Destructor Documentation
Member Function Documentation
template<class X>
ACE_INLINE X * ACE_Auto_Ptr< X >::operator-> |
( |
|
) |
const [inline] |
The documentation for this class was generated from the following files: