Details about the current executing version of JASS.
More...
#include <version.h>
|
| static std::string | build (void) |
| | Return a string containing the build details and authorship. More...
|
| |
| static std::string | credits (void) |
| | Return a string containing the credits. More...
|
| |
|
|
static constexpr const char * | version_string = "0.1" |
| | Current version of JASS as a C string.
|
| |
|
static constexpr uint64_t | version_BCD = 0x0001 |
| | Current version of JASS as a BCD string.
|
| |
|
static constexpr size_t | bitness = sizeof(void *) * 8 |
| | Either a 32-bit or 64-bit build.
|
| |
|
static constexpr const char * | debugness = "" |
| | String declairing whether or not this is a debug build.
|
| |
|
static constexpr bool | debug = false |
| | Is this a debug build or not?
|
| |
Details about the current executing version of JASS.
◆ build()
| static std::string JASS::version::build |
( |
void |
| ) |
|
|
inlinestatic |
Return a string containing the build details and authorship.
- Returns
- A string
◆ credits()
| static std::string JASS::version::credits |
( |
void |
| ) |
|
|
inlinestatic |
Return a string containing the credits.
- Returns
- String containing the build information and the credits.
The documentation for this class was generated from the following file: