Treehopper C++ API
|
This is the complete list of members for Utility, including all inherited members.
closeTo(double a, double b, double error=0.001) | Utility | static |
error(std::runtime_error &message, bool fatal=false) | Utility | static |
error(std::string message, bool fatal=false) | Utility | inlinestatic |
getBytes(uint64_t value, int width, bool isBigEndian=false) | Utility | static |
getValue(std::vector< uint8_t > bytes, bool isBigEndian=false) | Utility | static |
isBigEndian() | Utility | static |
nthOccurrence(const std::wstring &str, const std::wstring &findMe, int nth) | Utility | static |