![]() |
#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) |
#define STRINGIFY | ( | x | ) |
#define XSTRINGIFY | ( | x | ) |