Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 370 of file smart_pointer.h.
Public Types | |
typedef T | handled_type |
typedef base::internal | internal |
Public Member Functions | |
smart_pointer_clone (T *p=0) | |
smart_pointer_clone (void *count, internal i) | |
smart_pointer_clone (const smart_pointer_clone< T > &x) | |
smart_pointer_clone< T > & | operator= (const smart_pointer_clone< T > &x) |
~smart_pointer_clone () | |
![]() | |
smart_pointer_base (T *p=0) | |
smart_pointer_base (const smart_pointer_base< T, details::clone_copy< T > > &) | |
smart_pointer_base (void *count, internal) | |
smart_pointer_base< T, details::clone_copy< T > > & | operator= (const smart_pointer_base< T, details::clone_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 |
counter * | get_count () const |
typedef T handled_type |
Definition at line 374 of file smart_pointer.h.
Definition at line 375 of file smart_pointer.h.
smart_pointer_clone | ( | T * | p = 0 | ) |
Definition at line 376 of file smart_pointer.h.
smart_pointer_clone | ( | void * | count, |
internal | i | ||
) |
Definition at line 377 of file smart_pointer.h.
smart_pointer_clone | ( | const smart_pointer_clone< T > & | x | ) |
Definition at line 378 of file smart_pointer.h.
~smart_pointer_clone | ( | ) |
Definition at line 381 of file smart_pointer.h.
smart_pointer_clone< T > & operator= | ( | const smart_pointer_clone< T > & | x | ) |
Definition at line 379 of file smart_pointer.h.