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.

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
Generated on Mon Apr 26 10:45:22 2010 for dune-common by  doxygen 1.6.3