#include <manager.h>
Public Member Functions | |
Manager () | |
Manager (const T t) | |
operator T () const | |
Protected Member Functions | |
bool | isOwner () const |
void | release () |
Protected Attributes | |
T | _t |
Private Attributes | |
bool | _isOwner |
Make underlying types exception-safe.
Manager< T >::operator T | ( | ) | const [inline] |
bool Manager< T >::isOwner | ( | ) | const [inline, protected] |
void Manager< T >::release | ( | ) | [inline, protected] |