poolallocator.hh File Reference
Detailed Description
This file implements the class ArrayList which behaves like dynamically growing array together with the class ArrayListIterator which is random access iterator as needed by the stl for sorting and other algorithms.
#include "alignment.hh"
#include "helpertemplates.hh"
#include "lcm.hh"
#include <typeinfo>
#include <iostream>
#include <cassert>
Go to the source code of this file.
Namespaces | |
namespace | Dune |
namespace | std |
Classes | |
class | Dune::Pool< T, s > |
A memory pool of objects. More... | |
class | Dune::PoolAllocator< T, s > |
An allocator managing a pool of objects for reuse. More... | |
struct | Dune::PoolAllocator< T, s >::rebind< U > |
Rebind the allocator to another type. More... |