#include <OSDecompSolverFactory.h>
Public Member Functions | |
virtual OSDecompSolver * | create ()=0 |
OSDecompSolverFactory () | |
Default Constructor. More... | |
virtual | ~OSDecompSolverFactory ()=0 |
Default destructor. More... | |
Static Public Member Functions | |
static OSDecompSolver * | createOSDecompSolver (const std::string &solverName) throw (ErrorClass) |
Public Attributes | |
OSInstance * | osinstance |
OSOption * | osoption |
Static Public Attributes | |
static std::map< std::string, OSDecompSolverFactory * > | factories |
Definition at line 38 of file OSDecompSolverFactory.h.
OSDecompSolverFactory::OSDecompSolverFactory | ( | ) |
Default Constructor.
Definition at line 48 of file OSDecompSolverFactory.cpp.
|
pure virtual |
Default destructor.
Definition at line 52 of file OSDecompSolverFactory.cpp.
|
pure virtual |
Implemented in OSBearcatSolverXij::Factory, and OSBearcatSolverXkij::Factory.
|
static |
Definition at line 30 of file OSDecompSolverFactory.cpp.
OSInstance* OSDecompSolverFactory::osinstance |
Definition at line 41 of file OSDecompSolverFactory.h.
OSOption* OSDecompSolverFactory::osoption |
Definition at line 42 of file OSDecompSolverFactory.h.
|
static |
Definition at line 45 of file OSDecompSolverFactory.h.