|
dune-istl
2.2.1
|
Implements several basic array containers. More...
Go to the source code of this file.
Classes | |
| class | Dune::base_array_unmanaged< B, A > |
| A simple array container for objects of type B. More... | |
| class | Dune::base_array_unmanaged< B, A >::RealIterator< T > |
| Iterator implementation class. More... | |
| class | Dune::base_array_window< B, A > |
| Extend base_array_unmanaged by functions to manipulate. More... | |
| class | Dune::base_array< B, A > |
| This container extends base_array_unmanaged by memory management with the usual copy semantics providing the full range of copy constructor, destructor and assignment operators. More... | |
| class | Dune::compressed_base_array_unmanaged< B, A > |
| A simple array container with non-consecutive index set. More... | |
| class | Dune::compressed_base_array_unmanaged< B, A >::RealIterator< T > |
| iterator class for sequential access More... | |
Namespaces | |
| namespace | Dune |
Implements several basic array containers.
1.8.1.2