25 #ifndef GRIDCONTAINER_GRIDCELLMANAGERTRAITS_H
26 #define GRIDCONTAINER_GRIDCELLMANAGERTRAITS_H
32 namespace GridContainer {
49 template<
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);
std::vector< T >::iterator iterator
Class used by the GridContainer to access the different CellManagers.
static const bool enable_boost_serialize
static iterator end(GridCellManager &cell_manager)
static size_t size(const GridCellManager &cell_manager)
T data_type
The type of the data kept by the GridCellManager.
static std::unique_ptr< GridCellManager > factory(size_t size)
static iterator begin(GridCellManager &cell_manager)
GridCellManager::iterator iterator
GridCellManager::data_type data_type
The type of the data kept by the GridCellManager.