PSCF v1.3
|
Factory for subclasses of Iterator. More...
#include <IteratorFactory.h>
Public Member Functions | |
IteratorFactory (System< D > &system) | |
Constructor. | |
Iterator< D > * | factory (const std::string &className) const |
Method to create any Iterator supplied with PSCF. | |
Public Member Functions inherited from Util::Factory< Iterator< D > > | |
Factory () | |
Constructor. | |
virtual | ~Factory () |
Destructor. | |
void | addSubfactory (Factory< Iterator< D > > &subfactory) |
Add a new subfactory to the list. | |
Iterator< 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. | |
Iterator< D > * | readObjectOptional (std::istream &in, ParamComposite &parent, std::string &className, bool &isEnd) |
Read an optional class name, instantiate an object, and read its parameters. | |
Iterator< 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< Iterator< D > > | |
Iterator< D > * | trySubfactories (const std::string &className) const |
Search through subfactories for match. |
Factory for subclasses of Iterator.
Definition at line 31 of file rpg/scft/iterator/IteratorFactory.h.
Pscf::Rpg::IteratorFactory< D >::IteratorFactory | ( | System< D > & | system | ) |
Constructor.
Definition at line 19 of file rpg/scft/iterator/IteratorFactory.tpp.
|
virtual |
Method to create any Iterator supplied with PSCF.
className | name of the Iterator subclass |
Implements Util::Factory< Iterator< D > >.
Definition at line 27 of file rpg/scft/iterator/IteratorFactory.tpp.
References Util::Factory< Iterator< D > >::trySubfactories().