|
UFO: Alien Invasion
|
#include <autoptr.h>

Public Member Functions | |
| AutoPtr (T *const p=0) | |
| ~AutoPtr () | |
| void | deallocate () |
| T * | release () |
| void | operator= (T *const p) |
| T * | operator-> () const |
| T & | operator* () const |
| operator bool () const | |
| operator T* () const | |
Private Member Functions | |
| AutoPtr (const AutoPtr &) | |
| void | operator= (AutoPtr &) |
Private Attributes | |
| T * | p_ |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 57 of file autoptr.h.
Referenced by AutoPtr(), operator bool(), operator T*(), operator*(), operator->(), operator=(), release(), and ~AutoPtr().