![]() |
Awali
Another Weighted Automata library
|
Namespace that contains helper class and function to allow one algorithm to be choosen at compile time depending on context, among a sorted list of possibly available functions. More...
Data Structures | |
| struct | _p |
Typedefs | |
| template<typename T > | |
| using | BOTTOM = ONE< T > |
| template<typename T > | |
| using | FIVE = _p< _p< _p< _p< _p< T > >> >> |
| template<typename T > | |
| using | FOUR = _p< _p< _p< _p< T > >> > |
| template<typename T > | |
| using | HIGH = FOUR< T > |
| template<typename T > | |
| using | LOW = TWO< T > |
| template<typename T > | |
| using | MEDIUM = THREE< T > |
| template<typename T > | |
| using | ONE = _p< T > |
| template<typename T > | |
| using | THREE = _p< _p< _p< T > >> |
| template<typename T > | |
| using | TOP = FIVE< T > |
| template<typename T > | |
| using | TWO = _p< _p< T > > |
Variables | |
| static constexpr BOTTOM< void > | bottom |
| static constexpr FIVE< void > | five |
| static constexpr FOUR< void > | four |
| static constexpr HIGH< void > | high |
| static constexpr LOW< void > | low |
| static constexpr MEDIUM< void > | medium |
| static constexpr ONE< void > | one |
| static constexpr THREE< void > | three |
| static constexpr TOP< void > | top |
| static constexpr TWO< void > | two |
| static constexpr TOP< void > | value |
Namespace that contains helper class and function to allow one algorithm to be choosen at compile time depending on context, among a sorted list of possibly available functions.
| struct awali::priority::_p |
| using awali::priority::BOTTOM = typedef ONE<T> |
| using awali::priority::FOUR = typedef _p<_p<_p<_p<T> >> > |
| using awali::priority::HIGH = typedef FOUR<T> |
| using awali::priority::LOW = typedef TWO<T> |
| using awali::priority::MEDIUM = typedef THREE<T> |
| using awali::priority::ONE = typedef _p<T> |
| using awali::priority::THREE = typedef _p<_p<_p<T> >> |
| using awali::priority::TOP = typedef FIVE<T> |
| using awali::priority::TWO = typedef _p<_p<T> > |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
static |
|
staticconstexpr |
|
staticconstexpr |