Awali
Another Weighted Automata library
|
Functions | |
template<unsigned version> | |
void | check_fsmjson () |
Variables | |
static constexpr unsigned | fsm_json = 1 |
Main version of the format FSM json used in the library. More... | |
static const std::string | full |
Completely version of Awali as a std::string. More... | |
static constexpr unsigned | major = 2 |
Current major version of Awali. More... | |
static constexpr unsigned | minor = 1 |
Current minor version of Awali. More... | |
static constexpr unsigned | patch = 4 |
Current minor version of Awali. More... | |
static const std::string | suffix = "" |
Suffix of the version of Awali, used mostly by developers. More... | |
void awali::version::check_fsmjson | ( | ) |
|
staticconstexpr |
|
static |
Completely version of Awali as a std::string.
|
staticconstexpr |
Current major version of Awali.
|
staticconstexpr |
Current minor version of Awali.
|
staticconstexpr |
Current minor version of Awali.
|
static |
Suffix of the version of Awali, used mostly by developers.