|
dune-common
2.2.1
|
A stack with static memory allocation. More...
#include <dune/common/finitestack.hh>
Public Member Functions | |
| bool | full () const |
| Returns true if the stack is full. More... | |
| T | pop () |
Public Attributes | |
| T | elements |
| STL member. More... | |
A stack with static memory allocation.
This class implements a very efficient stack where the maximum depth is known in advance. Note that no error checking is performed!
| n | Maximum number of stack entries |
|
inherited |
STL member.
1.8.3.1