dune-common 2.1.1
Classes | Namespaces
shared_ptr.hh File Reference

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.
struct  Dune::null_deleter< T >
 implements the Deleter concept of shared_ptr without deleting anything More...

Namespaces

namespace  Dune
 

Dune namespace.



Detailed Description

This file implements the class shared_ptr (a reference counting pointer), for those systems that don't have it in the standard library.

Author:
Markus Blatt