Registry
|
Functions | |
void | AbortRun () |
Sets an internal variable to true, to indicate that the run should be aborted on the next call to TerminateAbortedRun. More... | |
void | ClearAbortRunFlag () |
Clear the abort-run-flag. More... | |
bool | DefinedUG_DEBUG () |
bool | DefinedUG_ENABLE_DEBUG_LOGS () |
std::string | FilenameStringEscape (std::string str) |
std::string | GetBuildHostname () |
std::string | GetCompileDate () |
std::string | GetGITRevision () |
std::string | GetOperatingSystem () |
std::string | GetSVNRevision () |
bool | IsDefinedBLAS_AVAILABLE () |
bool | IsDefinedLAPACK_AVAILABLE () |
bool | IsDefinedUG_CPU_1 () |
bool | IsDefinedUG_CPU_2 () |
bool | IsDefinedUG_CPU_3 () |
bool | IsDefinedUG_DEBUG () |
bool | IsDefinedUG_DIM_1 () |
bool | IsDefinedUG_DIM_2 () |
bool | IsDefinedUG_DIM_3 () |
bool | IsDefinedUG_ENABLE_DEBUG_LOGS () |
bool | IsDefinedUG_HLIBPRO () |
bool | IsDefinedUG_HYPRE () |
bool | IsDefinedUG_JSON () |
bool | IsDefinedUG_PARALLEL () |
size_t | LevenshteinDistance (std::string s1, std::string s2) |
void | PrintBuildConfiguration () |
void | PrintBuildConfigurationExtended () |
std::string | ReplaceAll (std::string target, std::string old, std::string new) |
void | TerminateAbortedRun () |
Terminates the current run if AbortRun() has been called before. More... | |
void | ug_backtrace () |
prints lua/shiny/gcc backtrace information More... | |
bool | WildcardMatch (const char *str, const char *pattern) |
std::string | XMLStringEscape (std::string str) |
void ug4Bridge::Util::Internal::AbortRun | ( | ) |
Sets an internal variable to true, to indicate that the run should be aborted on the next call to TerminateAbortedRun.
void ug4Bridge::Util::Internal::ClearAbortRunFlag | ( | ) |
Clear the abort-run-flag.
bool ug4Bridge::Util::Internal::DefinedUG_DEBUG | ( | ) |
bool ug4Bridge::Util::Internal::DefinedUG_ENABLE_DEBUG_LOGS | ( | ) |
std::string ug4Bridge::Util::Internal::FilenameStringEscape | ( | std::string | str | ) |
[in] | str |
std::string ug4Bridge::Util::Internal::GetBuildHostname | ( | ) |
std::string ug4Bridge::Util::Internal::GetCompileDate | ( | ) |
std::string ug4Bridge::Util::Internal::GetGITRevision | ( | ) |
std::string ug4Bridge::Util::Internal::GetOperatingSystem | ( | ) |
std::string ug4Bridge::Util::Internal::GetSVNRevision | ( | ) |
bool ug4Bridge::Util::Internal::IsDefinedBLAS_AVAILABLE | ( | ) |
bool ug4Bridge::Util::Internal::IsDefinedLAPACK_AVAILABLE | ( | ) |
bool ug4Bridge::Util::Internal::IsDefinedUG_CPU_1 | ( | ) |
bool ug4Bridge::Util::Internal::IsDefinedUG_CPU_2 | ( | ) |
bool ug4Bridge::Util::Internal::IsDefinedUG_CPU_3 | ( | ) |
bool ug4Bridge::Util::Internal::IsDefinedUG_DEBUG | ( | ) |
bool ug4Bridge::Util::Internal::IsDefinedUG_DIM_1 | ( | ) |
bool ug4Bridge::Util::Internal::IsDefinedUG_DIM_2 | ( | ) |
bool ug4Bridge::Util::Internal::IsDefinedUG_DIM_3 | ( | ) |
bool ug4Bridge::Util::Internal::IsDefinedUG_ENABLE_DEBUG_LOGS | ( | ) |
bool ug4Bridge::Util::Internal::IsDefinedUG_HLIBPRO | ( | ) |
bool ug4Bridge::Util::Internal::IsDefinedUG_HYPRE | ( | ) |
bool ug4Bridge::Util::Internal::IsDefinedUG_JSON | ( | ) |
bool ug4Bridge::Util::Internal::IsDefinedUG_PARALLEL | ( | ) |
size_t ug4Bridge::Util::Internal::LevenshteinDistance | ( | std::string | s1, |
std::string | s2 | ||
) |
[in] | s1 | |
[in] | s2 |
void ug4Bridge::Util::Internal::PrintBuildConfiguration | ( | ) |
void ug4Bridge::Util::Internal::PrintBuildConfigurationExtended | ( | ) |
std::string ug4Bridge::Util::Internal::ReplaceAll | ( | std::string | target, |
std::string | old, | ||
std::string | new | ||
) |
[in] | target | |
[in] | old | |
[in] | new |
void ug4Bridge::Util::Internal::TerminateAbortedRun | ( | ) |
Terminates the current run if AbortRun() has been called before.
void ug4Bridge::Util::Internal::ug_backtrace | ( | ) |
prints lua/shiny/gcc backtrace information
bool ug4Bridge::Util::Internal::WildcardMatch | ( | const char * | str, |
const char * | pattern | ||
) |
[in] | str | |
[in] | pattern |
std::string ug4Bridge::Util::Internal::XMLStringEscape | ( | std::string | str | ) |
[in] | str |