dune-grid  2.4.1-rc2
Public Types | List of all members
Dune::GridDefaultImplementation< dim, dimworld, ct, GridFamily >::ReturnImplementationType< T > Class Template Reference

Helper class to choose correct implementation return type for getRealImplementation. More...

#include <dune/grid/common/grid.hh>

Inheritance diagram for Dune::GridDefaultImplementation< dim, dimworld, ct, GridFamily >::ReturnImplementationType< T >:
Inheritance graph

Public Types

typedef T::Implementation ImplementationType
 The correct type of the implementation to return. More...
 

Detailed Description

template<int dim, int dimworld, class ct, class GridFamily>
template<class T>
class Dune::GridDefaultImplementation< dim, dimworld, ct, GridFamily >::ReturnImplementationType< T >

Helper class to choose correct implementation return type for getRealImplementation.

If the template parameter is const, const typename T::ImplementationType is returned otherwise just typename ::ImplementationType.

Member Typedef Documentation

template<int dim, int dimworld, class ct, class GridFamily>
template<class T >
typedef T::Implementation Dune::GridDefaultImplementation< dim, dimworld, ct, GridFamily >::ReturnImplementationType< T >::ImplementationType

The correct type of the implementation to return.


The documentation for this class was generated from the following file: