#include <scoped.hh>


Public Member Functions | |
| scoped (T *p=NULL) | |
| T & | operator* () |
| const T & | operator* () const |
Definition at line 55 of file scoped.hh.
| util::scoped< T, Closer >::scoped | ( | T * | p = NULL |
) | [inline, explicit] |
| const T& util::scoped< T, Closer >::operator* | ( | ) | const [inline] |
| T& util::scoped< T, Closer >::operator* | ( | ) | [inline] |
1.5.9