RBGen  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
List of all members
RBGen::PreprocessorFactory< DataSetType > Class Template Referenceabstract

Abstract factory for instantiating Preprocessor concrete classes. More...

#include <RBGen_PreprocessorFactory.hpp>

Public Member Functions

Constructor/Destructor.
 PreprocessorFactory ()
 Default constructor. More...
 
virtual ~PreprocessorFactory ()
 Destructor. More...
 
Factory methods
virtual Teuchos::RCP
< Preprocessor< DataSetType > > 
create (const Teuchos::ParameterList &params)=0
 

Detailed Description

template<class DataSetType>
class RBGen::PreprocessorFactory< DataSetType >

Abstract factory for instantiating Preprocessor concrete classes.

Definition at line 14 of file RBGen_PreprocessorFactory.hpp.

Constructor & Destructor Documentation

template<class DataSetType>
RBGen::PreprocessorFactory< DataSetType >::PreprocessorFactory ( )
inline

Default constructor.

Definition at line 21 of file RBGen_PreprocessorFactory.hpp.

template<class DataSetType>
virtual RBGen::PreprocessorFactory< DataSetType >::~PreprocessorFactory ( )
inlinevirtual

Destructor.

Definition at line 24 of file RBGen_PreprocessorFactory.hpp.


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