#include <assert.h>#include <iostream>Include dependency graph for scv_shared_ptr.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Compounds | |
| class | scv_shared_ptr |
Defines | |
| #define | LOCAL_MEMORY_MANAGEMENT |
Functions | |
| template<class T> bool | operator== (const scv_shared_ptr< T > &a, const scv_shared_ptr< T > &b) |
| template<class T> bool | operator!= (const scv_shared_ptr< T > &a, const scv_shared_ptr< T > &b) |
| template<class T> ostream & | operator<< (ostream &os, const scv_shared_ptr< T > &a) |
|
|
Value: static int *_createCountP() { return new int(); } \ static void _freeCountP(int *countP) { delete countP; } Definition at line 57 of file scv_shared_ptr.h. |
|
||||||||||||||||
|
Definition at line 175 of file scv_shared_ptr.h. |
|
||||||||||||||||
|
Definition at line 179 of file scv_shared_ptr.h. |
|
||||||||||||||||
|
Definition at line 171 of file scv_shared_ptr.h. References scv_shared_ptr< T >::compare(). |
1.2.18