#include <Auto_Ptr.h>
Inheritance diagram for auto_ptr< X >:


Public Types | |
| typedef X | element_type |
Public Member Functions | |
| auto_ptr (X *p=0) | |
| auto_ptr (auto_ptr< X > &ap) | |
| X * | operator-> () const |
Definition at line 91 of file Auto_Ptr.h.
| typedef X auto_ptr< X >::element_type |
| ACE_INLINE X * auto_ptr< X >::operator-> | ( | ) | const |
Definition at line 87 of file Auto_Ptr.inl.
References ACE_TRACE, and ACE_Auto_Basic_Ptr< X >::get().
1.4.7