|
CP3-llbb Framework
|
Public Member Functions | |
| Ptr (T *p) | |
| Ptr (Ptr const &other) | |
| void | reset () |
| Ptr & | operator= (T *p) |
| Ptr & | operator= (Ptr const &other) |
| void | swap (Ptr &other) |
| T * | get () const |
| T & | operator* () const |
| T * | operator-> () const |
| bool | operator! () const |
| operator SafeBool::type () const | |