dune-grid  2.2.1
Public Types | Public Member Functions | List of all members
Dune::MakeableInterfaceObject< InterfaceType > Struct Template Reference

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

Inheritance diagram for Dune::MakeableInterfaceObject< InterfaceType >:

Public Types

typedef
InterfaceType::Implementation 
ImplementationType
 

Public Member Functions

 MakeableInterfaceObject (const ImplementationType &realImp)
 create interface object by calling the contructor of the base class More...
 

Detailed Description

template<class InterfaceType>
struct Dune::MakeableInterfaceObject< InterfaceType >

for creation of an engine interface object like Entity or Geometry one has to derive a class to create the object because the contructors of the interface object classes are protected therefore here a generic implementation for this object creation is provided

Member Typedef Documentation

template<class InterfaceType>
typedef InterfaceType::Implementation Dune::MakeableInterfaceObject< InterfaceType >::ImplementationType

Constructor & Destructor Documentation

template<class InterfaceType>
Dune::MakeableInterfaceObject< InterfaceType >::MakeableInterfaceObject ( const ImplementationType realImp)
inlineexplicit

create interface object by calling the contructor of the base class


The documentation for this struct was generated from the following files: