Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 131 of file smart_pointer.h.
Classes | |
struct | internal |
Public Member Functions | |
smart_pointer_base (T *p=0) | |
smart_pointer_base (const smart_pointer_base< T, C > &) | |
smart_pointer_base (void *count, internal) | |
smart_pointer_base< T, C > & | operator= (const smart_pointer_base< T, C > &) |
~smart_pointer_base () | |
const T * | pointer () const |
const T & | data () const |
const T * | operator-> () const |
const T & | operator* () const |
T * | pointer () |
T & | data () |
T * | operator-> () |
T & | operator* () |
int | reference_counter () const |
counter * | get_count () const |
smart_pointer_base | ( | T * | p = 0 | ) |
Definition at line 220 of file smart_pointer.h.
smart_pointer_base | ( | const smart_pointer_base< T, C > & | ) |
smart_pointer_base | ( | void * | count, |
internal | |||
) |
Definition at line 226 of file smart_pointer.h.
~smart_pointer_base | ( | ) |
Definition at line 240 of file smart_pointer.h.
smart_pointer_base< T, C > & operator= | ( | const smart_pointer_base< T, C > & | ) |
Definition at line 247 of file smart_pointer.h.
Definition at line 259 of file smart_pointer.h.
Definition at line 266 of file smart_pointer.h.
Definition at line 273 of file smart_pointer.h.
Definition at line 280 of file smart_pointer.h.
Definition at line 287 of file smart_pointer.h.
Definition at line 308 of file smart_pointer.h.
Definition at line 301 of file smart_pointer.h.
Definition at line 315 of file smart_pointer.h.
int reference_counter | ( | ) | const |
Definition at line 177 of file smart_pointer.h.
counter * get_count | ( | ) | const |
Definition at line 179 of file smart_pointer.h.