#include <log.hh>
Definition at line 22 of file log.hh.
value_t vcsn::detail::log_impl::conv |
( |
std::istream & |
i, |
|
|
bool |
= true |
|
) |
| const |
|
inline |
static bool vcsn::detail::log_impl::equal |
( |
const value_t |
l, |
|
|
const value_t |
r |
|
) |
| |
|
inlinestatic |
static constexpr bool vcsn::detail::log_impl::has_lightening_weights |
( |
| ) |
|
|
inlinestatic |
static size_t vcsn::detail::log_impl::hash |
( |
const value_t |
v | ) |
|
|
inlinestatic |
static constexpr bool vcsn::detail::log_impl::is_commutative |
( |
| ) |
|
|
inlinestatic |
static constexpr bool vcsn::detail::log_impl::is_idempotent |
( |
| ) |
|
|
inlinestatic |
static bool vcsn::detail::log_impl::is_one |
( |
const value_t |
v | ) |
|
|
inlinestatic |
static constexpr bool vcsn::detail::log_impl::is_special |
( |
const value_t |
| ) |
|
|
inlinestatic |
static bool vcsn::detail::log_impl::is_zero |
( |
const value_t |
v | ) |
|
|
inlinestatic |
static bool vcsn::detail::log_impl::less |
( |
const value_t |
lhs, |
|
|
const value_t |
rhs |
|
) |
| |
|
inlinestatic |
Whether lhs < rhs.
Definition at line 96 of file log.hh.
static log vcsn::detail::log_impl::make |
( |
std::istream & |
is | ) |
|
|
inlinestatic |
static value_t vcsn::detail::log_impl::one |
( |
| ) |
|
|
inlinestatic |
The neutral element for the log semiring is 0.
Definition at line 48 of file log.hh.
Referenced by is_one().
static std::ostream& vcsn::detail::log_impl::print |
( |
const value_t |
v, |
|
|
std::ostream & |
o = std::cout , |
|
|
format |
fmt = {} |
|
) |
| |
|
inlinestatic |
std::ostream& vcsn::detail::log_impl::print_set |
( |
std::ostream & |
o, |
|
|
format |
fmt = {} |
|
) |
| const |
|
inline |
static constexpr bool vcsn::detail::log_impl::show_one |
( |
| ) |
|
|
inlinestatic |
static symbol vcsn::detail::log_impl::sname |
( |
| ) |
|
|
inlinestatic |
static constexpr star_status_t vcsn::detail::log_impl::star_status |
( |
| ) |
|
|
inlinestatic |
static value_t vcsn::detail::log_impl::zero |
( |
| ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file: