struct that contains version information
More...
#include <cxxitimer_version_info.hpp>
|
| static constexpr int | MAYOR = PROJECT_VERSION_MAJOR |
| |
| static constexpr int | MINOR = PROJECT_VERSION_MINOR |
| |
| static constexpr int | PATCH = PROJECT_VERSION_PATCH |
| |
| static const char * | VERSION_STR |
| |
| static const char * | NAME |
| |
| static const char * | COMPILER |
| |
| static const char * | SYSTEM |
| |
| static const char * | GIT_HASH |
| | git hash
|
| |
struct that contains version information
contains only static members --> no instance can be created
Definition at line 14 of file cxxitimer_version_info.hpp.
◆ cxxitimer_version_info()
| cxxitimer_version_info::cxxitimer_version_info |
( |
| ) |
|
|
privatedefault |
◆ COMPILER
| const char * cxxitimer_version_info::COMPILER |
|
static |
◆ GIT_HASH
| const char * cxxitimer_version_info::GIT_HASH |
|
static |
git hash
Contains the complete git hash. If there are uncommitted changes in the repository, the suffix '-dirty' is appended
Definition at line 43 of file cxxitimer_version_info.hpp.
◆ MAYOR
| constexpr int cxxitimer_version_info::MAYOR = PROJECT_VERSION_MAJOR |
|
staticconstexpr |
◆ MINOR
| constexpr int cxxitimer_version_info::MINOR = PROJECT_VERSION_MINOR |
|
staticconstexpr |
◆ NAME
| const char * cxxitimer_version_info::NAME |
|
static |
◆ PATCH
| constexpr int cxxitimer_version_info::PATCH = PROJECT_VERSION_PATCH |
|
staticconstexpr |
◆ SYSTEM
| const char * cxxitimer_version_info::SYSTEM |
|
static |
◆ VERSION_STR
| const char * cxxitimer_version_info::VERSION_STR |
|
static |
The documentation for this struct was generated from the following files: