Realistic 3D camera system
3D camera system components
Public Member Functions | List of all members
asio::detail::scoped_ptr< T > Class Template Reference

#include <scoped_ptr.hpp>

Public Member Functions

 scoped_ptr (T *p=0)
 
 ~scoped_ptr ()
 
T * get ()
 
T * operator-> ()
 
T & operator* ()
 
void reset (T *p=0)
 

Detailed Description

template<typename T>
class asio::detail::scoped_ptr< T >

Definition at line 26 of file scoped_ptr.hpp.

Constructor & Destructor Documentation

template<typename T>
asio::detail::scoped_ptr< T >::scoped_ptr ( T *  p = 0)
inlineexplicit

Definition at line 30 of file scoped_ptr.hpp.

template<typename T>
asio::detail::scoped_ptr< T >::~scoped_ptr ( )
inline

Definition at line 36 of file scoped_ptr.hpp.

Member Function Documentation

template<typename T>
T* asio::detail::scoped_ptr< T >::get ( )
inline

Definition at line 42 of file scoped_ptr.hpp.

template<typename T>
T& asio::detail::scoped_ptr< T >::operator* ( )
inline

Definition at line 54 of file scoped_ptr.hpp.

template<typename T>
T* asio::detail::scoped_ptr< T >::operator-> ( )
inline

Definition at line 48 of file scoped_ptr.hpp.

template<typename T>
void asio::detail::scoped_ptr< T >::reset ( T *  p = 0)
inline

Definition at line 60 of file scoped_ptr.hpp.


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