#include <scv_shared_ptr.h>
Inheritance diagram for scv_shared_ptr< T >:


Public Methods | |
| scv_shared_ptr (T *coreP=NULL) | |
| scv_shared_ptr (T *coreP, int *countP) | |
| scv_shared_ptr (const scv_shared_ptr< T > &t) | |
| ~scv_shared_ptr () | |
| template<typename T2> | operator scv_shared_ptr () |
| scv_shared_ptr & | operator= (const scv_shared_ptr &t) |
| bool | compare (const scv_shared_ptr &other) const |
| bool | isNull () const |
| T & | operator * () |
| const T & | operator * () const |
| T * | operator-> () |
| const T * | operator-> () const |
|
||||||||||
|
Definition at line 73 of file scv_shared_ptr.h. |
|
||||||||||||||||
|
Definition at line 77 of file scv_shared_ptr.h. |
|
||||||||||
|
Definition at line 89 of file scv_shared_ptr.h. |
|
|||||||||
|
Definition at line 95 of file scv_shared_ptr.h. |
|
||||||||||
|
Definition at line 123 of file scv_shared_ptr.h. Referenced by operator==(). |
|
|||||||||
|
Definition at line 127 of file scv_shared_ptr.h. |
|
|||||||||
|
Definition at line 139 of file scv_shared_ptr.h. |
|
|||||||||
|
Definition at line 134 of file scv_shared_ptr.h. |
|
|||||||||||||
|
Definition at line 100 of file scv_shared_ptr.h. |
|
|||||||||
|
Definition at line 149 of file scv_shared_ptr.h. |
|
|||||||||
|
Definition at line 144 of file scv_shared_ptr.h. |
|
||||||||||
|
Definition at line 110 of file scv_shared_ptr.h. |
1.2.18