#include <Version.hpp>
|
| static const int | major = EEROS_VERSION_MAJOR |
| |
| static const int | minor = EEROS_VERSION_MINOR |
| |
| static const int | patch = EEROS_VERSION_PATCH |
| |
| static const int | tweak = EEROS_VERSION_TWEAK |
| |
| static const char * | string = EEROS_VERSION |
| |
| const int Version::major = EEROS_VERSION_MAJOR |
|
static |
| const int Version::minor = EEROS_VERSION_MINOR |
|
static |
| const int Version::patch = EEROS_VERSION_PATCH |
|
static |
| const char * Version::string = EEROS_VERSION |
|
static |
| const int Version::tweak = EEROS_VERSION_TWEAK |
|
static |
The documentation for this class was generated from the following files:
- /home/markus/github/eeros-project/eeros-framework/includes/eeros/core/Version.hpp
- /home/markus/github/eeros-project/eeros-framework/src/core/Version.cpp