25#ifndef GRIDCONTAINER_GRIDCELLMANAGERTRAITS_H
26#define GRIDCONTAINER_GRIDCELLMANAGERTRAITS_H
32namespace GridContainer {
49template <
typename Gr
idCellManager>
53 typedef typename GridCellManager::data_type
data_type;
57 typedef typename GridCellManager::iterator
iterator;
76 static size_t size(
const GridCellManager& cell_manager);
123 typedef typename std::vector<T>::iterator
iterator;
std::vector< T >::iterator iterator
T data_type
The type of the data kept by the GridCellManager.
Class used by the GridContainer to access the different CellManagers.
GridCellManager::iterator iterator
static std::unique_ptr< GridCellManager > factory(size_t size)
static size_t size(const GridCellManager &cell_manager)
static iterator end(GridCellManager &cell_manager)
GridCellManager::data_type data_type
The type of the data kept by the GridCellManager.
static const bool enable_boost_serialize
static iterator begin(GridCellManager &cell_manager)