| error() const | FunctionParameter | |
| FunctionParameter(const std::string &name, double value, double error, bool fixed, double low_limit, double high_limit, bool has_low, bool has_high) | FunctionParameter | |
| hasLowerLimit() const | FunctionParameter | |
| hasUpperLimit() const | FunctionParameter | |
| isFixed() const | FunctionParameter | |
| lowerLimit() const | FunctionParameter | |
| m_error | FunctionParameter | [private] |
| m_fixed | FunctionParameter | [private] |
| m_has_lower | FunctionParameter | [private] |
| m_has_upper | FunctionParameter | [private] |
| m_lower_limit | FunctionParameter | [private] |
| m_name | FunctionParameter | [private] |
| m_upper_limit | FunctionParameter | [private] |
| m_value | FunctionParameter | [private] |
| name() const | FunctionParameter | |
| upperLimit() const | FunctionParameter | |
| value() const | FunctionParameter |