#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.
|
|||||||||
|
|
|
||||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||
|
|
|
|||||
|
|
1.3.9.1