3 #ifndef DUNE_PERSISTENTCONTAINERWRAPPER_HH
4 #define DUNE_PERSISTENTCONTAINERWRAPPER_HH
15 template<
class G,
class T >
20 typedef Dune::HostGridAccess< G > HostGridAccess;
22 typedef typename HostGridAccess::HostGrid HostGrid;
38 template<
class Entity >
44 template<
class Entity >
50 template<
class Entity >
53 return hostContainer_( HostGridAccess::hostEntity( entity ), subEntity );
56 template<
class Entity >
59 return hostContainer_( HostGridAccess::hostEntity( entity ), subEntity );
83 typedef Value Data DUNE_DEPRECATED_MSG(
"Use Value instead.");
107 #endif // #ifndef DUNE_PERSISTENTCONTAINERWRAPPER_HH