dune-grid  2.4.1
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 >:

Public Member Functions

 ~AutoPtrStack ()
 

Public Attributes

elements
 STL member. More...
 

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

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

STL member.


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