PSCF v1.3
|
Factory for subclasses of Compressor. More...
#include <CompressorFactory.h>
Public Member Functions | |
CompressorFactory (System< D > &system) | |
Constructor. | |
Compressor< D > * | factory (const std::string &className) const |
Method to create any Compressor supplied with PSCF. | |
Public Member Functions inherited from Util::Factory< Compressor< D > > | |
Factory () | |
Constructor. | |
virtual | ~Factory () |
Destructor. | |
void | addSubfactory (Factory< Compressor< D > > &subfactory) |
Add a new subfactory to the list. | |
Compressor< D > * | readObject (std::istream &in, ParamComposite &parent, std::string &className, bool &isEnd, bool isRequired=true) |
Read a class name, instantiate an object, and read its parameters. | |
Compressor< D > * | readObjectOptional (std::istream &in, ParamComposite &parent, std::string &className, bool &isEnd) |
Read an optional class name, instantiate an object, and read its parameters. | |
Compressor< D > * | loadObject (Serializable::IArchive &ar, ParamComposite &parent, std::string &className) |
Load a class name, instantiate an object, and load the object. |
Additional Inherited Members | |
Protected Member Functions inherited from Util::Factory< Compressor< D > > | |
Compressor< D > * | trySubfactories (const std::string &className) const |
Search through subfactories for match. |
Factory for subclasses of Compressor.
Definition at line 30 of file rpc/fts/compressor/CompressorFactory.h.
Pscf::Rpc::CompressorFactory< D >::CompressorFactory | ( | System< D > & | system | ) |
Constructor.
Definition at line 20 of file rpc/fts/compressor/CompressorFactory.tpp.
|
virtual |
Method to create any Compressor supplied with PSCF.
className | name of the Compressor subclass |
Implements Util::Factory< Compressor< D > >.
Definition at line 29 of file rpc/fts/compressor/CompressorFactory.tpp.
References Util::Factory< Compressor< D > >::trySubfactories().