Inheritance diagram for vcsn::TransducerBase:
Public Types | |
typedef virtual_types< Self >::series_t | series_t |
The type of the series set associated with the automaton. | |
Public Methods | |
const series_t & | series () const |
Accessor to the set of series of the automaton. | |
Protected Methods | |
TransducerBase () | |
The default constructor is protected since it is an abstract class. | |
TransducerBase (const TransducerBase &other) | |
The copy constructor is protected since it is an abstract class. |
It denotes the set of transducer with multiplicity over a fixed semiring and a fixed free couple of monoid. Note that this class is abstract in the hierarchy.