Allows for querying compile settings at runtime. Provides the current command line arguments to the rest of the library.
More...
#include <shark/Core/Shark.h>
|
struct | Version |
| Models a version according to the major.minor.patch versioning scheme. More...
|
|
Allows for querying compile settings at runtime. Provides the current command line arguments to the rest of the library.
Definition at line 161 of file Shark.h.
◆ Shark() [1/2]
◆ Shark() [2/2]
shark::Shark::Shark |
( |
const Shark & |
shark | ) |
|
|
protected |
◆ buildType()
Accesses the build type of the library.
Definition at line 218 of file Shark.h.
◆ hasOpenMp()
static bool shark::Shark::hasOpenMp |
( |
| ) |
|
|
inlinestatic |
Queries whether Shark has been compiled with OpenMP enabled.
Definition at line 225 of file Shark.h.
◆ info()
template<typename Stream >
static void shark::Shark::info |
( |
Stream & |
s | ) |
|
|
inlinestatic |
◆ isDynamicLibrary()
static bool shark::Shark::isDynamicLibrary |
( |
| ) |
|
|
inlinestatic |
Queries whether Shark has been compiled as dynamic library.
Definition at line 232 of file Shark.h.
◆ isOfficialRelease()
static bool shark::Shark::isOfficialRelease |
( |
| ) |
|
|
inlinestatic |
Checks whether this is an official Shark release.
Definition at line 239 of file Shark.h.
◆ operator=()
Shark& shark::Shark::operator= |
( |
const Shark & |
rhs | ) |
|
|
protected |
The documentation for this class was generated from the following file: