Rheolef
7.2
an efficient C++ finite element environment
|
see the smart_pointer
page for the full documentation
Definition at line 351 of file smart_pointer.h.
Public Types | |
typedef T | handled_type |
typedef base::internal | internal |
Public Member Functions | |
smart_pointer (T *p=0) | |
smart_pointer (void *count, internal i) | |
smart_pointer (const smart_pointer< T > &x) | |
smart_pointer< T > & | operator= (const smart_pointer< T > &x) |
~smart_pointer () | |
![]() | |
smart_pointer_base (T *p=0) | |
smart_pointer_base (const smart_pointer_base< T, details::constructor_copy< T > > &) | |
smart_pointer_base (void *count, internal) | |
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 |
counter * | get_count () const |
typedef T handled_type |
Definition at line 355 of file smart_pointer.h.
Definition at line 356 of file smart_pointer.h.
smart_pointer | ( | T * | p = 0 | ) |
Definition at line 357 of file smart_pointer.h.
smart_pointer | ( | void * | count, |
internal | i | ||
) |
Definition at line 358 of file smart_pointer.h.
smart_pointer | ( | const smart_pointer< T > & | x | ) |
Definition at line 359 of file smart_pointer.h.
~smart_pointer | ( | ) |
Definition at line 362 of file smart_pointer.h.
smart_pointer< T > & operator= | ( | const smart_pointer< T > & | x | ) |
Definition at line 360 of file smart_pointer.h.