dune-common
2.3.1-rc1
|
The object we reference. More...
#include <dune/common/shared_ptr.hh>
Protected Member Functions | |
SharedCount () | |
Constructor from existing Pointer. More... | |
SharedCount (const SharedCount &rep) | |
Copy constructor with type conversion. More... | |
virtual | ~SharedCount () |
Destructor, deletes element_type* rep_. More... | |
Protected Attributes | |
int | count_ |
The number of references. More... | |
Friends | |
template<class T1 > | |
class | shared_ptr |
The object we reference.
|
inlineprotected |
Constructor from existing Pointer.
|
inlineprotected |
Copy constructor with type conversion.
|
inlineprotectedvirtual |
Destructor, deletes element_type* rep_.
|
friend |
|
protected |
The number of references.
Referenced by Dune::shared_ptr< T >::assign(), and Dune::shared_ptr< T >::shared_ptr().