#include <dynamic_pool.hh>
Classes | |
struct | safe_bool_struct |
Public Member Functions | |
dynamic_auto (T *t) throw () | |
dynamic_auto (dynamic_auto const ©) throw () | |
T * | get () throw () |
T const * | get () const throw () |
operator safe_bool () const throw () | |
T * | release () throw () |
void | reset (T *t) throw () |
~dynamic_auto () | |
Private Types | |
typedef void(safe_bool_struct::* | safe_bool )() |
Private Attributes | |
T * | m_ptr |
Definition at line 57 of file dynamic_pool.hh.
typedef void(safe_bool_struct::* utilmm::pools::dynamic_auto< T >::safe_bool)() [private] |
Definition at line 63 of file dynamic_pool.hh.
utilmm::pools::dynamic_auto< T >::dynamic_auto | ( | T * | t | ) | throw () [inline] |
Definition at line 66 of file dynamic_pool.hh.
utilmm::pools::dynamic_auto< T >::~dynamic_auto | ( | ) | [inline] |
Definition at line 69 of file dynamic_pool.hh.
utilmm::pools::dynamic_auto< T >::dynamic_auto | ( | dynamic_auto< T > const & | copy | ) | throw () [inline] |
Definition at line 75 of file dynamic_pool.hh.
T* utilmm::pools::dynamic_auto< T >::get | ( | ) | throw () [inline] |
Definition at line 87 of file dynamic_pool.hh.
T const* utilmm::pools::dynamic_auto< T >::get | ( | ) | const throw () [inline] |
Definition at line 88 of file dynamic_pool.hh.
utilmm::pools::dynamic_auto< T >::operator safe_bool | ( | ) | const throw () [inline] |
Definition at line 84 of file dynamic_pool.hh.
T* utilmm::pools::dynamic_auto< T >::release | ( | ) | throw () [inline] |
Definition at line 89 of file dynamic_pool.hh.
void utilmm::pools::dynamic_auto< T >::reset | ( | T * | t | ) | throw () [inline] |
Definition at line 81 of file dynamic_pool.hh.
T* utilmm::pools::dynamic_auto< T >::m_ptr [private] |
Definition at line 59 of file dynamic_pool.hh.