![]() |
Manual for OpenFLUID 2.1.11 |
#include <vector>#include <string>#include <cmath>#include <openfluid/dllexport.hpp>#include <openfluid/core/TypeDefs.hpp>
Go to the source code of this file.
Namespaces | |
| openfluid | |
| openfluid::core | |
| openfluid::tools | |
Macros | |
| #define | STRINGIFY(x) |
| #define | XSTRINGIFY(x) |
Functions | |
| bool OPENFLUID_API | openfluid::tools::matchWithWildcard (const std::string &Pattern, const std::string &Str) |
| std::string OPENFLUID_API | openfluid::tools::replaceEmptyString (std::string SourceStr, const std::string &ReplaceStr) |
| std::string OPENFLUID_API | openfluid::tools::removeTrailingSlashes (const std::string &Str) |
| int OPENFLUID_API | openfluid::tools::compareVersions (const std::string &VersionA, const std::string &VersionB, bool Strict=true) |
| void OPENFLUID_API | openfluid::tools::millisleep (const unsigned long MSec) |
| void OPENFLUID_API | openfluid::tools::microsleep (const unsigned long USec) |
| std::string OPENFLUID_API | openfluid::tools::generatePseudoUniqueIdentifier (const unsigned int Length) |
| void OPENFLUID_API | openfluid::tools::splitDuration (long int MSecsDuration, int &Days, int &Hours, int &Minutes, int &Seconds, int &MSecs) |
| std::string OPENFLUID_API | openfluid::tools::getDurationAsPrettyString (long int MSecsDuration) |
| #define STRINGIFY | ( | x | ) |
| #define XSTRINGIFY | ( | x | ) |
1.8.17