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,
GridObjectStreamOrDefaultHelper< Conversion< GridImp, HasObjectStream >::exists, GridImp, DefaultImp > GridObjectStreamTraits
Definition: interfaces.hh:41
GridImp::InStreamType InStreamType
Definition: interfaces.hh:22
GridObjectStreamTraits::OutStreamType OutStreamType
Definition: interfaces.hh:44
Tagging interface to indicate that Grid provides typedef ObjectStreamType.
Definition: interfaces.hh:16
Tagging interface to indicate that class is of Type DofManager.
Definition: interfaces.hh:48
Definition: interfaces.hh:21
GridObjectStreamTraits::InStreamType InStreamType
Definition: interfaces.hh:43
DefaultImp InStreamType
Definition: interfaces.hh:30
Include standard header files.
Definition: agrid.hh:59
DefaultImp OutStreamType
Definition: interfaces.hh:31
Tagging interface to indicate that Grid has HierarchicIndexSet.
Definition: interfaces.hh:51
GridImp::OutStreamType OutStreamType
Definition: interfaces.hh:23
Template to choose right Object stream type for a given class.
Definition: interfaces.hh:36