src
|
#include <smart_ptr.h>
Public Member Functions | |
smart_ptr (T *p=0) | |
smart_ptr (const smart_ptr< T > &p) throw () | |
~smart_ptr () | |
smart_ptr< T > & | operator= (const smart_ptr< T > &p) |
T & | operator* () const |
T * | operator-> () const |
Definition at line 8 of file smart_ptr.h.
|
inlineexplicit |
Definition at line 15 of file smart_ptr.h.
|
inline |
Definition at line 18 of file smart_ptr.h.
|
inline |
Definition at line 24 of file smart_ptr.h.
|
inline |
Definition at line 41 of file smart_ptr.h.
|
inline |
Definition at line 46 of file smart_ptr.h.
|
inline |
Definition at line 29 of file smart_ptr.h.