Inheritance diagram for KRatExpInitialDerivation:

Public Types | |
|
typedef KRatExpInitialDerivation< Series, T, Dispatch > | self_t |
| typedef Element< Series, T > | exp_t |
| typedef std::list< exp_t > | list_t |
| typedef std::list< exp_t > | return_type |
| typedef list_t::iterator | iterator_t |
| typedef semiring_elt_t::value_t | semiring_elt_value_t |
| typedef T::monoid_elt_value_t | monoid_elt_value_t |
Public Member Functions | |
| KRatExpInitialDerivation (const exp_t &exp) | |
| MATCH__ (Product, lhs, rhs) | |
| END | MATCH__ (Sum, lhs, rhs) |
| END | MATCH_ (Star, e) |
| END | MATCH__ (LeftWeight, w, e) |
| END | MATCH__ (RightWeight, e, w) |
| END | MATCH_ (Constant, m) |
| END | MATCH (Zero) |
| END | MATCH (One) |
| std::list< Element< Series, T > > | match (const T &ast) |
| Effectively performs the match. | |
Definition at line 36 of file initial_derivation.hxx.
| std::list< Element< Series, T > > match | ( | const T & | ast | ) | [inherited] |
Effectively performs the match.
| ast | The object to perform the match on. |
Referenced by vcsn::do_broken_derived_term_automaton(), and KRatExpInitialDerivation::MATCH__().
1.5.2