|
Bifrost SDK
Bifrost SDK documentation
|
#include <cstdint>#include <string>Go to the source code of this file.
Namespaces | |
| namespace | Bifrost |
| namespace | Bifrost::Version |
Macros | |
| #define | _bifrost_version_ "2.15.0.11" |
| String representation of the complete bifrost version. More... | |
| #define | _bifrost_arch_ 2 |
| Arch number part of Bifrost version. More... | |
| #define | _bifrost_major_ 15 |
| Major number part of Bifrost version. More... | |
| #define | _bifrost_minor_ 0 |
| Minor number part of Bifrost version. More... | |
| #define | _bifrost_patch_ 11 |
| Patch number part of Bifrost version. More... | |
Functions | |
| static constexpr unsigned | Bifrost::Version::getArchNumber () |
| Returns the Arch number part of Bifrost version. More... | |
| static constexpr unsigned | Bifrost::Version::getMajorNumber () |
| Returns the Major number part of Bifrost version. More... | |
| static constexpr unsigned | Bifrost::Version::getMinorNumber () |
| Returns the Minor number part of Bifrost version. More... | |
| static constexpr unsigned | Bifrost::Version::getPatchNumber () |
| Returns the Patch number part of Bifrost version. More... | |
| static std::string | Bifrost::Version::getAsString () |
| Returns the complete Bifrost version as a std::string. More... | |
| static constexpr uint64_t | Bifrost::Version::getAsNumber () |
| Returns the complete Bifrost version as a single 64-bit unsigned. More... | |
| #define _bifrost_arch_ 2 |
| #define _bifrost_major_ 15 |
| #define _bifrost_minor_ 0 |
| #define _bifrost_patch_ 11 |