Namespaces | Macros | Functions
MiscHelpers.hpp File Reference
#include <vector>
#include <string>
#include <cmath>
#include <openfluid/dllexport.hpp>
#include <openfluid/core/TypeDefs.hpp>
Include dependency graph for MiscHelpers.hpp:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Author
Jean-Christophe Fabre jean-.nosp@m.chri.nosp@m.stoph.nosp@m.e.fa.nosp@m.bre@s.nosp@m.upag.nosp@m.ro.in.nosp@m.ra.f.nosp@m.r

Macro Definition Documentation

#define STRINGIFY (   x)
#define XSTRINGIFY (   x)