Compounds | |
struct | vcsn::algebra::mul_kind |
Empty class that is used as static information to denotes the kind of internal operation of a semigroup. Here:operator *. More... | |
struct | vcsn::algebra::add_kind |
Empty class that is used as static information to denotes the kind of internal operation of a semigroup. Here:operator+. More... | |
struct | vcsn::algebra::SemigroupBase |
SemigroupBase is the base class of all structures that are semigroups. More... | |
struct | vcsn::MetaElement< algebra::SemigroupBase< Self >, T > |
Services of every element of a semigroup. More... |