|
rheolef
6.3
|
#include <smart_pointer.h>


Public Member Functions | |
| smart_pointer (T *p=0) | |
| smart_pointer (const smart_pointer< T > &x) | |
| smart_pointer< T > & | operator= (const smart_pointer< T > &x) |
| ~smart_pointer () | |
Public Member Functions inherited from rheolef::smart_pointer_base< T, details::constructor_copy< T > > | |
| smart_pointer_base (T *p=0) | |
| smart_pointer_base (const smart_pointer_base< T, details::constructor_copy< T > > &) | |
| smart_pointer_base< T, details::constructor_copy< T > > & | operator= (const smart_pointer_base< T, details::constructor_copy< T > > &) |
| ~smart_pointer_base () | |
| const T * | pointer () const |
| T * | pointer () |
| const T & | data () const |
| T & | data () |
| const T * | operator-> () const |
| T * | operator-> () |
| const T & | operator* () const |
| T & | operator* () |
| int | reference_counter () const |
Private Types | |
| typedef details::constructor_copy< T > | C |
| typedef smart_pointer_base< T, C > | base |
Definition at line 265 of file smart_pointer.h.
|
private |
Definition at line 266 of file smart_pointer.h.
|
private |
Definition at line 267 of file smart_pointer.h.
|
inline |
Definition at line 269 of file smart_pointer.h.
|
inline |
Definition at line 270 of file smart_pointer.h.
|
inline |
Definition at line 273 of file smart_pointer.h.
|
inline |
Definition at line 271 of file smart_pointer.h.