#include <storm-version.h>
|
| static const unsigned | versionMajor |
| | The major version of Storm.
|
| |
| static const unsigned | versionMinor |
| | The minor version of Storm.
|
| |
| static const unsigned | versionPatch |
| | The patch version of Storm.
|
| |
| static const bool | versionDev |
| | Flag indicating if the version of Storm is a development version.
|
| |
| static const std::string | gitRevisionHash |
| | The short hash of the git commit this build is based on.
|
| |
| static const DirtyState | dirty |
| | Indicates whether files were modified.
|
| |
| static const std::string | systemName |
| | The system which has compiled Storm.
|
| |
| static const std::string | systemVersion |
| | The system version which has compiled Storm.
|
| |
| static const std::string | cxxCompiler |
| | The compiler version that was used to build Storm.
|
| |
| static const std::string | cxxFlags |
| | The flags that were used to build Storm.
|
| |
Definition at line 8 of file storm-version.h.
◆ DirtyState
| Enumerator |
|---|
| Clean | |
| Dirty | no files were modified in the checkout
|
| Unknown | some files were modified
No information about dirtyness is given.
|
Definition at line 24 of file storm-version.h.
◆ buildInfo()
| static std::string storm::StormVersion::buildInfo |
( |
| ) |
|
|
inlinestatic |
◆ longVersionString()
| static std::string storm::StormVersion::longVersionString |
( |
| ) |
|
|
inlinestatic |
◆ shortVersionString()
| static std::string storm::StormVersion::shortVersionString |
( |
| ) |
|
|
inlinestatic |
◆ cxxCompiler
| const std::string storm::StormVersion::cxxCompiler |
|
static |
The compiler version that was used to build Storm.
Definition at line 40 of file storm-version.h.
◆ cxxFlags
| const std::string storm::StormVersion::cxxFlags |
|
static |
The flags that were used to build Storm.
Definition at line 43 of file storm-version.h.
◆ dirty
Indicates whether files were modified.
Definition at line 31 of file storm-version.h.
◆ gitRevisionHash
| const std::string storm::StormVersion::gitRevisionHash |
|
static |
The short hash of the git commit this build is based on.
Definition at line 22 of file storm-version.h.
◆ systemName
| const std::string storm::StormVersion::systemName |
|
static |
◆ systemVersion
| const std::string storm::StormVersion::systemVersion |
|
static |
The system version which has compiled Storm.
Definition at line 37 of file storm-version.h.
◆ versionDev
| const bool storm::StormVersion::versionDev |
|
static |
Flag indicating if the version of Storm is a development version.
Definition at line 19 of file storm-version.h.
◆ versionMajor
| const unsigned storm::StormVersion::versionMajor |
|
static |
◆ versionMinor
| const unsigned storm::StormVersion::versionMinor |
|
static |
◆ versionPatch
| const unsigned storm::StormVersion::versionPatch |
|
static |
The documentation for this struct was generated from the following file: