![]() |
Awali
Another Weighted Automata library
|
#include <string>#include <stdexcept>Go to the source code of this file.
Namespaces | |
| awali | |
| Main namespace of Awali. | |
| awali::version | |
Functions | |
| template<unsigned version> | |
| void | awali::version::check_fsmjson () |
Variables | |
| static constexpr unsigned | awali::version::fsm_json = 1 |
| Main version of the format FSM json used in the library. More... | |
| static const std::string | awali::version::full |
| Completely version of Awali as a std::string. More... | |
| static constexpr unsigned | awali::version::major = 2 |
| Current major version of Awali. More... | |
| static constexpr unsigned | awali::version::minor = 1 |
| Current minor version of Awali. More... | |
| static constexpr unsigned | awali::version::patch = 4 |
| Current minor version of Awali. More... | |
| static const std::string | awali::version::suffix = "" |
| Suffix of the version of Awali, used mostly by developers. More... | |