#include <autoptr.h>
Public Member Functions | |
| CL_AutoPtr () | |
| CL_AutoPtr (CL_AutoPtr< Type > &other) | |
| CL_AutoPtr (Type *ptr) | |
| ~CL_AutoPtr () | |
| CL_AutoPtr< Type > & | operator= (CL_AutoPtr< Type > &other) |
| CL_AutoPtr< Type > & | operator= (Type *ptr) |
| void | reset (Type *p=0) |
| Type * | release () |
| Type * | get () |
| const Type * | get () const |
| operator Type * () | |
| operator const Type * () const | |
| Type * | operator-> () |
| const Type * | operator-> () const |
|
|||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
|||||||||
|
|
|
||||||||||
|
|
1.4.6