3 #ifndef DUNE_ALUGRID_INTERFACES_HH
4 #define DUNE_ALUGRID_INTERFACES_HH
6 #include <dune/common/typetraits.hh>
20 template <
bool hasStream,
class Gr
idImp,
class DefaultImp>
28 template <
class Gr
idImp,
class DefaultImp>
35 template <
class Gr
idImp,
class DefaultImp>
39 Conversion<GridImp, HasObjectStream>::exists,
Tagging interface to indicate that Grid provides typedef ObjectStreamType.
Definition: interfaces.hh:16
Definition: interfaces.hh:21
GridObjectStreamOrDefaultHelper< Conversion< GridImp, HasObjectStream >::exists, GridImp, DefaultImp > GridObjectStreamTraits
Definition: interfaces.hh:41
DefaultImp InStreamType
Definition: interfaces.hh:30
GridImp::InStreamType InStreamType
Definition: interfaces.hh:22
DefaultImp OutStreamType
Definition: interfaces.hh:31
GridImp::OutStreamType OutStreamType
Definition: interfaces.hh:23
Template to choose right Object stream type for a given class.
Definition: interfaces.hh:36
Tagging interface to indicate that class is of Type DofManager.
Definition: interfaces.hh:48
GridObjectStreamTraits::InStreamType InStreamType
Definition: interfaces.hh:43
GridObjectStreamTraits::OutStreamType OutStreamType
Definition: interfaces.hh:44
Tagging interface to indicate that Grid has HierarchicIndexSet.
Definition: interfaces.hh:51