3 #ifndef DUNE_FOAMGRID_NULLITERATORFACTORY_HH
4 #define DUNE_FOAMGRID_NULLITERATORFACTORY_HH
14 template <
int dimgr
id,
int dimworld,
class ctype>
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_;
24 template <
int dimgr
id,
int dimworld,
class ctype>
25 typename std::vector<const FoamGridEntityImp<dimgrid, dimgrid, dimworld, ctype>*>
26 FoamGridNullIteratorFactory<dimgrid, dimworld, ctype>::emptyVector_;
Definition: foamgridnulliteratorfactory.hh:16