stack.hh File Reference
Detailed Description
This file implements two stack-classes Stack and FiniteStack. They are mainly used by the grid iterators where exact knowledge of the stack implementation is needed to guarantee efficient execution
#include <dune/common/dlist.hh>
#include <dune/common/exceptions.hh>
Go to the source code of this file.
Namespaces | |
namespace | Dune |
Classes | |
class | Dune::StackException |
Exception thrown by the stack. More... | |
class | Dune::Stack< T > |
class | Dune::FiniteStack< T, n > |
A stack with static memory allocation. More... |