#include <r.hh>
|
static std::string | sname () |
|
static r | make (std::istream &is) |
| Build from the description in is. More...
|
|
static value_t | zero () |
|
static value_t | one () |
|
static value_t | add (const value_t l, const value_t r) |
|
static value_t | sub (const value_t l, const value_t r) |
|
static value_t | mul (const value_t l, const value_t r) |
|
static value_t | rdiv (const value_t l, const value_t r) |
|
static value_t | ldiv (const value_t l, const value_t r) |
|
static constexpr bool | is_special (value_t) |
|
static bool | is_zero (const value_t v) |
|
static bool | is_one (const value_t v) |
|
static bool | equals (const value_t l, const value_t r) |
|
static bool | less_than (value_t lhs, value_t rhs) |
| Whether lhs < rhs. More...
|
|
static constexpr bool | is_commutative () |
|
static constexpr bool | is_idempotent () |
|
static constexpr bool | show_one () |
|
static constexpr star_status_t | star_status () |
|
static value_t | abs (const value_t v) |
|
static value_t | transpose (const value_t v) |
|
static size_t | hash (value_t v) |
|
static value_t | conv (self_type, value_t v) |
|
static value_t | conv (q, q::value_t v) |
|
static value_t | conv (z, z::value_t v) |
|
static value_t | conv (b, b::value_t v) |
|
static value_t | conv (std::istream &i) |
|
static std::ostream & | print (const value_t v, std::ostream &o, const std::string &="text") |
|
Definition at line 22 of file r.hh.
Definition at line 25 of file r.hh.
Definition at line 44 of file r.hh.
Definition at line 134 of file r.hh.
Definition at line 59 of file r.hh.
Definition at line 151 of file r.hh.
static value_t vcsn::detail::r_impl::conv |
( |
q |
, |
|
|
q::value_t |
v |
|
) |
| |
|
inlinestatic |
Definition at line 157 of file r.hh.
static value_t vcsn::detail::r_impl::conv |
( |
z |
, |
|
|
z::value_t |
v |
|
) |
| |
|
inlinestatic |
Definition at line 163 of file r.hh.
static value_t vcsn::detail::r_impl::conv |
( |
b |
, |
|
|
b::value_t |
v |
|
) |
| |
|
inlinestatic |
Definition at line 169 of file r.hh.
static value_t vcsn::detail::r_impl::conv |
( |
std::istream & |
i | ) |
|
|
inlinestatic |
static bool vcsn::detail::r_impl::equals |
( |
const value_t |
l, |
|
|
const value_t |
r |
|
) |
| |
|
inlinestatic |
Definition at line 116 of file r.hh.
static size_t vcsn::detail::r_impl::hash |
( |
value_t |
v | ) |
|
|
inlinestatic |
static constexpr bool vcsn::detail::r_impl::is_commutative |
( |
| ) |
|
|
inlinestatic |
Definition at line 127 of file r.hh.
static constexpr bool vcsn::detail::r_impl::is_idempotent |
( |
| ) |
|
|
inlinestatic |
Definition at line 128 of file r.hh.
static bool vcsn::detail::r_impl::is_one |
( |
const value_t |
v | ) |
|
|
inlinestatic |
Definition at line 110 of file r.hh.
static constexpr bool vcsn::detail::r_impl::is_special |
( |
value_t |
| ) |
|
|
inlinestatic |
Definition at line 98 of file r.hh.
static bool vcsn::detail::r_impl::is_zero |
( |
const value_t |
v | ) |
|
|
inlinestatic |
static bool vcsn::detail::r_impl::less_than |
( |
value_t |
lhs, |
|
|
value_t |
rhs |
|
) |
| |
|
inlinestatic |
Whether lhs < rhs.
Definition at line 122 of file r.hh.
static r vcsn::detail::r_impl::make |
( |
std::istream & |
is | ) |
|
|
inlinestatic |
Definition at line 71 of file r.hh.
static value_t vcsn::detail::r_impl::one |
( |
| ) |
|
|
inlinestatic |
Definition at line 53 of file r.hh.
static std::ostream& vcsn::detail::r_impl::print |
( |
const value_t |
v, |
|
|
std::ostream & |
o, |
|
|
const std::string & |
= "text" |
|
) |
| |
|
inlinestatic |
Definition at line 185 of file r.hh.
std::ostream& vcsn::detail::r_impl::print_set |
( |
std::ostream & |
o, |
|
|
symbol |
format = symbol{"text"} |
|
) |
| const |
|
inline |
Definition at line 192 of file r.hh.
static constexpr bool vcsn::detail::r_impl::show_one |
( |
| ) |
|
|
inlinestatic |
Definition at line 130 of file r.hh.
static std::string vcsn::detail::r_impl::sname |
( |
| ) |
|
|
inlinestatic |
static constexpr star_status_t vcsn::detail::r_impl::star_status |
( |
| ) |
|
|
inlinestatic |
Definition at line 65 of file r.hh.
Definition at line 140 of file r.hh.
std::string vcsn::detail::r_impl::vname |
( |
bool |
= true | ) |
const |
|
inline |
static value_t vcsn::detail::r_impl::zero |
( |
| ) |
|
|
inlinestatic |
Definition at line 47 of file r.hh.
The documentation for this class was generated from the following file: