#include <solvemodel.hxx>
Public Member Functions | |
| SolveModel (SolverImpl *) | |
| ~SolveModel () throw () | |
| void | solve () |
| bool | isSolved () const |
Private Attributes | |
| std::auto_ptr < SolveModelImpl > | m_pImpl |
Definition at line 51 of file solvemodel.hxx.
| scsolver::SolveModel::SolveModel | ( | SolverImpl * | p | ) |
Definition at line 725 of file solvemodel.cxx.
| scsolver::SolveModel::~SolveModel | ( | ) | throw () |
Definition at line 730 of file solvemodel.cxx.
| void scsolver::SolveModel::solve | ( | ) |
| bool scsolver::SolveModel::isSolved | ( | ) | const |
std::auto_ptr<SolveModelImpl> scsolver::SolveModel::m_pImpl [private] |
1.5.3