16 class PersistentContainer<
CpGrid, Data >
17 :
public PersistentContainerVector< CpGrid,
18 typename CpGrid::Traits::LeafIndexSet,
23 typedef typename std::vector<Data>::allocator_type Allocator;
26 typedef PersistentContainerVector< GridType, typename GridType::Traits::LeafIndexSet, std::vector<Data> > BaseType;
32 : BaseType( grid.leafIndexSet(), codim, data, allocator )
PersistentContainer(const GridType &grid, const int codim, const Data &data=Data(), const Allocator &allocator=Allocator())
Constructor filling the container with values using the default constructor Depending on the implemen...
Definition PersistentContainer.hpp:31