JASSv2
Static Public Member Functions | Static Public Attributes | List of all members
JASS::version Class Reference

Details about the current executing version of JASS. More...

#include <version.h>

Static Public Member Functions

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 Public Attributes

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?
 

Detailed Description

Details about the current executing version of JASS.

Member Function Documentation

◆ 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: