Heidelberg Educational Numerics Library Version 0.24 (from 9 September 2011)
|
This file implements a counting pointer with configurable memory management policy Adapted from dune-pdelab. More...
#include <iostream>
Go to the source code of this file.
Classes | |
class | hdnum::NondeletingMemoryManagementPolicy |
Don't delete target if reference count reaches zero. More... | |
class | hdnum::DeletingMemoryManagementPolicy |
Delete target if reference count reaches zero. More... | |
class | hdnum::CP< T, P > |
Pointer with a reference count in the pointed-to object. More... | |
class | hdnum::CountableException |
class | hdnum::Countable |
Base class for object pointed to by CP. More... |
This file implements a counting pointer with configurable memory management policy Adapted from dune-pdelab.