This file implements the class shared_ptr (a reference counting pointer), for those systems that don't have it in the standard library. More...
Go to the source code of this file.
Classes | |
class | Dune::shared_ptr< T > |
A reference counting smart pointer. More... | |
class | Dune::shared_ptr< T >::PointerRep |
The object we reference. | |
class | Dune::shared_ptr< T >::PointerRepImpl< Deleter > |
Adds call to deleter to PointerRep. | |
struct | Dune::shared_ptr< T >::DefaultDeleter |
A default deleter that just calls delete. | |
Namespaces | |
namespace | Dune |
Dune namespace. |
This file implements the class shared_ptr (a reference counting pointer), for those systems that don't have it in the standard library.