Vcsn
2.0
Be Rational
|
Implementation of labels are ones: there is a single instance of label. More...
#include <oneset.hh>
Public Types | |
using | self_type = oneset |
using | value_t = vcsn::empty_t |
using | kind_t = labels_are_one |
Public Member Functions | |
oneset ()=default | |
bool | open (bool o) const |
Does not make a lot of sense. More... | |
template<typename... Args> | |
value_t | value (Args &&...args) const |
Value constructor. More... | |
std::ostream & | print_set (std::ostream &o, symbol format=symbol{"text"}) const |
Static Public Member Functions | |
static std::string | sname () |
static std::string | vname (bool=true) |
static oneset | make (std::istream &is) |
Build from the description in is. More... | |
static constexpr bool | is_free () |
static bool | equals (const value_t, const value_t) |
Whether l == r. More... | |
static bool | less_than (const value_t, const value_t) |
Whether l < r. More... | |
static value_t | special () |
static constexpr bool | is_special (value_t) |
The special label is indistinguishable for the others. More... | |
static constexpr bool | is_ratexpset () |
static constexpr bool | has_one () |
static constexpr bool | is_letterized () |
static empty_t | one () |
static bool | is_one (empty_t) |
static empty_t | transpose (empty_t) |
static bool | is_letter (empty_t) |
static empty_t | concat (empty_t, empty_t) |
static std::ostream & | print (empty_t, std::ostream &o, const std::string &="text") |
static size_t | size (value_t) |
static size_t | hash (value_t v) |
static value_t | conv (self_type, value_t v) |
static value_t | conv (std::istream &i) |
static std::set< value_t > | convs (std::istream &) |
Implementation of labels are ones: there is a single instance of label.
using vcsn::oneset::kind_t = labels_are_one |
using vcsn::oneset::self_type = oneset |
using vcsn::oneset::value_t = vcsn::empty_t |
|
default |
|
inlinestatic |
Definition at line 161 of file oneset.hh.
References vcsn::require().
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
Definition at line 150 of file oneset.hh.
References vcsn::hash_value().
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
Build from the description in is.
Definition at line 39 of file oneset.hh.
References vcsn::labels_are_one::make().
|
inlinestatic |
Definition at line 114 of file oneset.hh.
Referenced by vcsn::random_label().
|
inline |
|
inlinestatic |
|
inlinestatic |
|
inline |
|
inlinestatic |