Vcsn  2.0
Be Rational
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
vcsn::detail::rmin_impl Class Reference

#include <rmin.hh>

Inheritance diagram for vcsn::detail::rmin_impl:
Collaboration diagram for vcsn::detail::rmin_impl:

Public Types

using super_t = min_plus_impl< int >
 
using self_type = rmin
 
using value_t = typename super_t::value_t
 
- Public Types inherited from vcsn::detail::min_plus_impl< int >
using value_t = int
 

Public Member Functions

std::string vname (bool=true) const
 
std::ostream & print_set (std::ostream &o, symbol format=symbol{"text"}) const
 
- Public Member Functions inherited from vcsn::detail::min_plus_impl< int >
value_t star (const value_t v) const
 

Static Public Member Functions

static std::string sname ()
 
static rmin make (std::istream &is)
 Build from the description in is. More...
 
static value_t conv (self_type, value_t v)
 
- Static Public Member Functions inherited from vcsn::detail::min_plus_impl< int >
static value_t add (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 value_t one ()
 
static value_t zero ()
 
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_special (value_t)
 
static bool is_zero (const value_t v)
 
static bool is_one (const value_t v)
 
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 transpose (const value_t v)
 
static size_t hash (value_t v)
 
static value_t conv (b, b::value_t v)
 
static value_t conv (std::istream &is)
 
static std::ostream & print (const value_t v, std::ostream &o, symbol format=symbol{"text"})
 

Detailed Description

Definition at line 15 of file rmin.hh.

Member Typedef Documentation

Definition at line 20 of file rmin.hh.

Definition at line 19 of file rmin.hh.

Definition at line 21 of file rmin.hh.

Member Function Documentation

static value_t vcsn::detail::rmin_impl::conv ( self_type  ,
value_t  v 
)
inlinestatic

Definition at line 42 of file rmin.hh.

static rmin vcsn::detail::rmin_impl::make ( std::istream &  is)
inlinestatic

Build from the description in is.

Definition at line 34 of file rmin.hh.

References vcsn::eat(), and sname().

Here is the call graph for this function:

std::ostream& vcsn::detail::rmin_impl::print_set ( std::ostream &  o,
symbol  format = symbol{"text"} 
) const
inline

Definition at line 48 of file rmin.hh.

static std::string vcsn::detail::rmin_impl::sname ( )
inlinestatic

Definition at line 23 of file rmin.hh.

Referenced by make(), and vname().

std::string vcsn::detail::rmin_impl::vname ( bool  = true) const
inline

Definition at line 28 of file rmin.hh.

References sname().

Here is the call graph for this function:


The documentation for this class was generated from the following file: