3#ifndef DUNE_FOAMGRID_NULLITERATORFACTORY_HH
4#define DUNE_FOAMGRID_NULLITERATORFACTORY_HH
10#include <dune/foamgrid/foamgrid/foamgridvertex.hh>
14template <
int dimgr
id,
int dimworld,
class ctype>
15class FoamGridNullIteratorFactory
18 static typename std::vector<const FoamGridEntityImp<dimgrid, dimgrid, dimworld, ctype>*>::const_iterator null()
19 {
return emptyVector_.end(); }
21 static typename std::vector<const FoamGridEntityImp<dimgrid, dimgrid, dimworld, ctype>*> emptyVector_;
24template <
int dimgr
id,
int dimworld,
class ctype>
25typename std::vector<const FoamGridEntityImp<dimgrid, dimgrid, dimworld, ctype>*>
26FoamGridNullIteratorFactory<dimgrid, dimworld, ctype>::emptyVector_;
Dune namespace
Definition: alignedallocator.hh:13