|
Cppcheck
|
This is the complete list of members for MathLib, including all inherited members.
| abs(const std::string &tok) | MathLib | static |
| add(const std::string &first, const std::string &second) | MathLib | static |
| bigint typedef | MathLib | |
| bigint_bits | MathLib | static |
| biguint typedef | MathLib | |
| calculate(const std::string &first, const std::string &second, char action) | MathLib | static |
| cos(const std::string &tok) | MathLib | static |
| divide(const std::string &first, const std::string &second) | MathLib | static |
| encodeMultiChar(const std::string &str) | MathLib | static |
| getSuffix(const std::string &value) | MathLib | static |
| isBin(const std::string &str) | MathLib | static |
| isDec(const std::string &str) | MathLib | static |
| isDecimalFloat(const std::string &str) | MathLib | static |
| isDigitSeparator(const std::string &iCode, std::string::size_type iPos) | MathLib | static |
| isEqual(const std::string &first, const std::string &second) | MathLib | static |
| isFloat(const std::string &str) | MathLib | static |
| isFloatHex(const std::string &str) | MathLib | static |
| isGreater(const std::string &first, const std::string &second) | MathLib | static |
| isGreaterEqual(const std::string &first, const std::string &second) | MathLib | static |
| isInt(const std::string &str) | MathLib | static |
| isIntHex(const std::string &str) | MathLib | static |
| isLess(const std::string &first, const std::string &second) | MathLib | static |
| isLessEqual(const std::string &first, const std::string &second) | MathLib | static |
| isNegative(const std::string &str) | MathLib | static |
| isNotEqual(const std::string &first, const std::string &second) | MathLib | static |
| isNullValue(const std::string &str) | MathLib | static |
| isOct(const std::string &str) | MathLib | static |
| isOctalDigit(char c) | MathLib | static |
| isPositive(const std::string &str) | MathLib | static |
| isValidIntegerSuffix(const std::string &str, bool supportMicrosoftExtensions=true) | MathLib | static |
| mod(const std::string &first, const std::string &second) | MathLib | static |
| multiply(const std::string &first, const std::string &second) | MathLib | static |
| sin(const std::string &tok) | MathLib | static |
| subtract(const std::string &first, const std::string &second) | MathLib | static |
| tan(const std::string &tok) | MathLib | static |
| TestMathLib class | MathLib | friend |
| toBigNumber(const std::string &str) | MathLib | static |
| toBigUNumber(const std::string &str) | MathLib | static |
| toDoubleNumber(const std::string &str) | MathLib | static |
| toString(T value)=delete | MathLib | static |
| toString(double value) | MathLib | static |
| toString(double value) | MathLib | static |