
Namespaces | |
| namespace | openfluid::tools |
Functions | |
| template<typename T > | |
| bool | openfluid::tools::ConvertString (const std::string &StrToConvert, T *Converted) |
| template<typename T > | |
| bool | openfluid::tools::ConvertValue (const T ValueToConvert, std::string *StrConverted) |
| void | openfluid::tools::TokenizeString (const std::string &StrToTokenize, std::vector< std::string > &Tokens, const std::string &Delimiters) |
| bool | openfluid::tools::IsCloseEnough (double A, double B, double Epsilon=0.00001) |
| bool | openfluid::tools::IsVeryClose (double A, double B, double Epsilon=0.00001) |
Creative Commons By-NC-ND license