generic formula parser More...
#include <qle/math/compiledformula.hpp>#include <ql/errors.hpp>#include <ql/math/comparison.hpp>#include <boost/phoenix/core.hpp>#include <boost/phoenix/operator.hpp>#include <boost/spirit/include/qi.hpp>#include <stack>#include <string>Go to the source code of this file.
Namespaces | |
| namespace | ore |
| Serializable Credit Default Swap. | |
| namespace | ore::data |
Functions | |
| template<class T > | |
| T | parseFormula (const std::string &text, const std::function< T(std::string)> &variableMapping={}) |
| QuantExt::CompiledFormula | parseFormula (const std::string &text, std::vector< std::string > &variables) |
| double | gtZero (const double x) |
| double | geqZero (const double x) |
| double | max (const double x, const double y) |
| double | min (const double x, const double y) |
generic formula parser
Definition in file formulaparser.hpp.