RBGen
Version of the Day
|
Abstract factory for instantiating FileIOHandler concrete classes. More...
#include <RBGen_FileIOFactory.hpp>
Public Member Functions | |
Constructor/Destructor. | |
FileIOFactory () | |
Default constructor. More... | |
virtual | ~FileIOFactory () |
Destructor. More... | |
Factory methods | |
virtual Teuchos::RCP < FileIOHandler< DataSetType > > | create (const Teuchos::ParameterList ¶ms)=0 |
Abstract factory for instantiating FileIOHandler concrete classes.
Definition at line 21 of file RBGen_FileIOFactory.hpp.
|
inline |
Default constructor.
Definition at line 28 of file RBGen_FileIOFactory.hpp.
|
inlinevirtual |
Destructor.
Definition at line 31 of file RBGen_FileIOFactory.hpp.