Dune Core Modules (2.3.1)
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Dune::SharedCount Class Reference
The object we reference. More...
#include <dune/common/shared_ptr.hh>
Protected Member Functions | |
SharedCount () | |
Constructor from existing Pointer. | |
SharedCount (const SharedCount &rep) | |
Copy constructor with type conversion. | |
virtual | ~SharedCount () |
Destructor, deletes element_type* rep_. | |
Protected Attributes | |
int | count_ |
The number of references. | |
Detailed Description
The object we reference.
The documentation for this class was generated from the following file:
- dune/common/shared_ptr.hh
