Factory class to create preconditioner objects.
More...
#include <PreconditionerFactory.h>
Factory class to create preconditioner objects.
Definition at line 17 of file PreconditionerFactory.h.
|
| void | deleteFactory () override |
| | Delete preconditioner factory.
|
| |
| PreconditionerBase * | create (const string &name, Args... args) |
| | Create an object using the object construction function corresponding to "name" and the provided constructor arguments.
|
| |
| void | reg (const string &name, function< PreconditionerBase *(Args...)> f) |
| | Register a new object construction function.
|
| |
| void | addAlias (const string &original, const string &alias) |
| | Add an alias for an existing registered type.
|
| |
| string | canonicalize (const string &name) |
| | Get the canonical name registered for a type.
|
| |
| bool | exists (const string &name) const |
| | Returns true if name is registered with this factory.
|
| |
| virtual | ~FactoryBase () |
| | destructor
|
| |
|
| void | addDeprecatedAlias (const string &original, const string &alias) |
| | Add a deprecated alias for an existing registered type.
|
| |
| | FactoryBase () |
| | Constructor.
|
| |
| virtual void | deleteFactory ()=0 |
| | Virtual abstract function that deletes the factory.
|
| |
◆ PreconditionerFactory()
◆ factory()
◆ deleteFactory()
◆ s_factory
◆ precon_mutex
The documentation for this class was generated from the following files: