#include <utilmm/memory/dynamic_pool.hh>
Public Member Functions | |
| dynamic_auto (T *t) throw () | |
| ~dynamic_auto () | |
| dynamic_auto (dynamic_auto const ©) throw () | |
| void | reset (T *t) throw () |
| operator safe_bool () const throw () | |
| T * | get () throw () |
| T const * | get () const throw () |
| T * | release () throw () |
Classes | |
| struct | safe_bool_struct |
| utilmm::pools::dynamic_auto< T >::dynamic_auto | ( | T * | t | ) | throw () [inline] |
| utilmm::pools::dynamic_auto< T >::~dynamic_auto | ( | ) | [inline] |
| utilmm::pools::dynamic_auto< T >::dynamic_auto | ( | dynamic_auto< T > const & | copy | ) | throw () [inline] |
| void utilmm::pools::dynamic_auto< T >::reset | ( | T * | t | ) | throw () [inline] |
| utilmm::pools::dynamic_auto< T >::operator safe_bool | ( | ) | const throw () [inline] |
| T* utilmm::pools::dynamic_auto< T >::get | ( | ) | throw () [inline] |
| T const* utilmm::pools::dynamic_auto< T >::get | ( | ) | const throw () [inline] |
| T* utilmm::pools::dynamic_auto< T >::release | ( | ) | throw () [inline] |
1.5.3