|
PSCF v1.3.3
|
Factory for subclasses of McMove. More...
#include <McMoveFactory.h>
Public Member Functions | |
| McMoveFactory (McSimulator< D > &simulator) | |
| Constructor. | |
| McMove< D > * | factory (const std::string &className) const |
| Method to create any McMove supplied with PSCF. | |
| Public Member Functions inherited from Util::Factory< McMove< D > > | |
| Factory () | |
| Constructor. | |
| virtual | ~Factory () |
| Destructor. | |
| void | addSubfactory (Factory< McMove< D > > &subfactory) |
| Add a new subfactory to the list. | |
| McMove< 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. | |
| McMove< D > * | readObjectOptional (std::istream &in, ParamComposite &parent, std::string &className, bool &isEnd) |
| Read an optional class name, instantiate an object, and read its parameters. | |
| McMove< 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< McMove< D > > | |
| McMove< D > * | trySubfactories (const std::string &className) const |
| Search through subfactories for match. | |
Factory for subclasses of McMove.
Definition at line 29 of file rpc/fts/montecarlo/McMoveFactory.h.
| Pscf::Rpc::McMoveFactory< D >::McMoveFactory | ( | McSimulator< D > & | simulator | ) |
Constructor.
| simulator | parent McSimulator<D> object |
Definition at line 20 of file rpc/fts/montecarlo/McMoveFactory.tpp.
|
virtual |
Method to create any McMove supplied with PSCF.
| className | name of the McMove subclass |
Implements Util::Factory< McMove< D > >.
Definition at line 28 of file rpc/fts/montecarlo/McMoveFactory.tpp.
References Util::Factory< McMove< D > >::trySubfactories().