Go to the source code of this file.
Namespaces | |
| namespace | Sundance |
Functions | |
| void | Sundance::handleException (std::exception &e) |
| bool | Sundance::passFailTest (bool pass) |
| bool | Sundance::passFailTest (double error, double tol) |
| bool | Sundance::passFailTest (const std::string &statusMsg, bool status, double error, double tol) |
| int & | Sundance::testStatus () |
| CommandLineProcessor & | Sundance::clp () |
| int | Sundance::init (int *argc, char ***argv) |
| int | Sundance::finalize () |
| void | Sundance::setOption (const std::string &optionName, int &value, const std::string &helpMsg) |
| void | Sundance::setOption (const std::string &optionName, double &value, const std::string &helpMsg) |
| void | Sundance::setOption (const std::string &optionName, std::string &value, const std::string &helpMsg) |
| void | Sundance::setOption (const std::string &optionTrueName, const std::string &optionFalseName, bool &value, const std::string &helpMsg) |
| static Time & | totalTimer () |
| static Time& totalTimer | ( | ) | [static] |
Definition at line 137 of file Sundance.cpp.