PTLib  Version 2.18.8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
PAutoPtr< T > Class Template Reference

#include <object.h>

Inheritance diagram for PAutoPtr< T >:

Public Member Functions

 PAutoPtr ()
 
 PAutoPtr (T *p)
 
 PAutoPtr (PAutoPtr &other)
 
void transfer (PAutoPtr &other)
 
- Public Member Functions inherited from std::auto_ptr< T >
T * operator-> ()
 STL member. More...
 

Additional Inherited Members

- Public Attributes inherited from std::auto_ptr< T >
ptr
 STL member. More...
 

Constructor & Destructor Documentation

template<typename T>
PAutoPtr< T >::PAutoPtr ( )
inline
template<typename T>
PAutoPtr< T >::PAutoPtr ( T *  p)
inlineexplicit
template<typename T>
PAutoPtr< T >::PAutoPtr ( PAutoPtr< T > &  other)
inline

Member Function Documentation

template<typename T>
void PAutoPtr< T >::transfer ( PAutoPtr< T > &  other)
inline

The documentation for this class was generated from the following file: