Vcsn  2.1
Be Rational
vcsn::detail_weighted::minimizer< Aut >::classset Struct Reference

Dealing with class numbers. More...

Collaboration diagram for vcsn::detail_weighted::minimizer< Aut >::classset:

Public Types

using value_t = class_t
 
using kind_t = void
 

Static Public Member Functions

static bool equal (class_t l, class_t r)
 
static bool less (class_t l, class_t r)
 
static size_t hash (class_t s)
 

Detailed Description

template<typename Aut>
struct vcsn::detail_weighted::minimizer< Aut >::classset

Dealing with class numbers.

Definition at line 52 of file minimize-weighted.hh.

Member Typedef Documentation

template<typename Aut >
using vcsn::detail_weighted::minimizer< Aut >::classset::kind_t = void

Definition at line 56 of file minimize-weighted.hh.

template<typename Aut >
using vcsn::detail_weighted::minimizer< Aut >::classset::value_t = class_t

Definition at line 54 of file minimize-weighted.hh.

Member Function Documentation

template<typename Aut >
static bool vcsn::detail_weighted::minimizer< Aut >::classset::equal ( class_t  l,
class_t  r 
)
inlinestatic

Definition at line 57 of file minimize-weighted.hh.

template<typename Aut >
static size_t vcsn::detail_weighted::minimizer< Aut >::classset::hash ( class_t  s)
inlinestatic

Definition at line 67 of file minimize-weighted.hh.

References vcsn::hash_value().

Here is the call graph for this function:

template<typename Aut >
static bool vcsn::detail_weighted::minimizer< Aut >::classset::less ( class_t  l,
class_t  r 
)
inlinestatic

Definition at line 62 of file minimize-weighted.hh.


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