#include <OSDecompSolverFactory.h>


Public Member Functions | |
| virtual OSDecompSolver * | create ()=0 |
| OSDecompSolverFactory () | |
| Default Constructor. | |
| virtual | ~OSDecompSolverFactory ()=0 |
| Default destructor. | |
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.
| OSDecompSolverFactory::~OSDecompSolverFactory | ( | ) | [pure virtual] |
Default destructor.
Definition at line 52 of file OSDecompSolverFactory.cpp.
| virtual OSDecompSolver* OSDecompSolverFactory::create | ( | ) | [pure virtual] |
Implemented in OSBearcatSolverXij::Factory, and OSBearcatSolverXkij::Factory.
| OSDecompSolver * OSDecompSolverFactory::createOSDecompSolver | ( | const std::string & | solverName | ) | throw (ErrorClass) [static] |
Definition at line 30 of file OSDecompSolverFactory.cpp.
Definition at line 41 of file OSDecompSolverFactory.h.
Definition at line 42 of file OSDecompSolverFactory.h.
std::map< std::string, OSDecompSolverFactory * > OSDecompSolverFactory::factories [static] |
Definition at line 45 of file OSDecompSolverFactory.h.
1.6.1