#include <cstdint>#include <string>Go to the source code of this file.
Namespaces | |
| namespace | ktt |
Macros | |
| #define | KTT_VERSION_MAJOR 2 |
| #define | KTT_VERSION_MINOR 3 |
| #define | KTT_VERSION_PATCH 0 |
Functions | |
| uint32_t | ktt::GetKttVersion () |
| std::string | ktt::GetKttVersionString () |
Preprocessor definitions which ensure compatibility for multiple compilers and KTT version definitions.
| #define KTT_VERSION_MAJOR 2 |
Major version of KTT framework. First number in KTT version description.
| #define KTT_VERSION_MINOR 3 |
Minor version of KTT framework. Second number in KTT version description.
| #define KTT_VERSION_PATCH 0 |
Patch version of KTT framework. Third number in KTT version description.