dune-common  2.3.1
Classes | Namespaces | Macros
reservedvector.hh File Reference

An stl-compliant random-access container which stores everything on the stack. More...

#include <iostream>
#include <dune/common/genericiterator.hh>

Go to the source code of this file.

Classes

class  Dune::ReservedVector< T, n >
 A Vector class with statically reserved memory. More...
 

Namespaces

 Dune
 Dune namespace.
 

Macros

#define CHECKSIZE(X)   {}
 

Detailed Description

An stl-compliant random-access container which stores everything on the stack.

Macro Definition Documentation

#define CHECKSIZE (   X)    {}