dune-grid  2.3beta2
Public Member Functions | Public Attributes | List of all members
Dune::AutoPtrStack< T > Class Template Reference

a stack of pointers with auto destruction if the stack is destructed More...

#include <dune/grid/sgrid.hh>

Inheritance diagram for Dune::AutoPtrStack< T >:
Inheritance graph

Public Member Functions

 ~AutoPtrStack ()

Public Attributes

elements
 STL member.

Detailed Description

template<class T>
class Dune::AutoPtrStack< T >

a stack of pointers with auto destruction if the stack is destructed

Constructor & Destructor Documentation

template<class T >
Dune::AutoPtrStack< T >::~AutoPtrStack ( )
inline

Member Data Documentation

template<typename T>
T std::stack< T >::elements
inherited

STL member.


The documentation for this class was generated from the following file: