The object we reference.
More...
#include <dune/common/shared_ptr.hh>
Inherited by Dune::shared_ptr< T >::SharedCountImpl< Deleter >.
Protected Attributes |
int | count_ |
| The number of references.
|
Detailed Description
Constructor & Destructor Documentation
Dune::SharedCount::SharedCount |
( |
| ) |
|
|
inlineprotected |
Constructor from existing Pointer.
Dune::SharedCount::SharedCount |
( |
const SharedCount & |
rep | ) |
|
|
inlineprotected |
Copy constructor with type conversion.
virtual Dune::SharedCount::~SharedCount |
( |
| ) |
|
|
inlineprotectedvirtual |
Destructor, deletes element_type* rep_.
Friends And Related Function Documentation
Member Data Documentation
int Dune::SharedCount::count_ |
|
protected |
The documentation for this class was generated from the following file: