|
static value_t | add (const value_t l, const value_t r) |
|
static value_t | conv (b, b::value_t v) |
|
static value_t | conv (self_type, value_t v) |
|
static value_t | conv (std::istream &stream) |
|
static bool | equals (const value_t l, const value_t r) |
|
static size_t | hash (value_t v) |
|
static constexpr bool | is_commutative_semiring () |
|
static bool | is_one (const value_t v) |
|
constexpr static bool | is_special (value_t) |
|
static bool | is_zero (const value_t v) |
|
static value_t | ldiv (const value_t l, const value_t r) |
|
static bool | less_than (value_t lhs, value_t rhs) |
| Whether lhs < rhs. More...
|
|
static n | make (std::istream &is) |
| Build from the description in is. More...
|
|
static value_t | mul (const value_t l, const value_t r) |
|
constexpr static value_t | one () |
|
static value_t | parse (const std::string &s, size_t &p) |
|
static std::ostream & | print (const value_t v, std::ostream &o, const std::string &="text") |
|
static std::ostream & | print_set (std::ostream &o, const std::string &format="text") |
|
static value_t | rdiv (const value_t l, const value_t r) |
|
static constexpr bool | show_one () |
|
static std::string | sname () |
|
static constexpr star_status_t | star_status () |
|
static value_t | sub (const value_t l, const value_t r) |
|
static value_t | transpose (const value_t v) |
|
template<unsigned version = version::fsm_json> |
static value_t | value_from_json (json::node_t const *p) |
|
constexpr static value_t | zero () |
|
The semiring of Natural numbers.