|
Rheolef
7.1
an efficient C++ finite element environment
|
Inheritance diagram for smart_pointer_clone< T >: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 () | |
Public Member Functions inherited from smart_pointer_base< T, details::clone_copy< T > > | |
| 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 |
Definition at line 370 of file smart_pointer.h.
| typedef T handled_type |
Definition at line 374 of file smart_pointer.h.
| typedef base::internal internal |
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.