Vcsn  2.0
Be Rational
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
derived-term.hh File Reference
Include dependency graph for derived-term.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  vcsn::detail::derived_termer< RatExpSet >
 Compute the derived-term automaton from an expression. More...
 

Namespaces

 vcsn
 
 vcsn::detail
 
 vcsn::dyn
 FIXME: duplicate code with determinize.
 
 vcsn::dyn::detail
 

Functions

template<typename RatExpSet >
ratexp_automaton
< mutable_automaton< typename
RatExpSet::context_t > > 
vcsn::derived_term_derivation (const RatExpSet &rs, const typename RatExpSet::value_t &r, bool breaking=false)
 The derived-term automaton, computed by derivation. More...
 
template<typename RatExpSet >
ratexp_automaton
< mutable_automaton< typename
RatExpSet::context_t > > 
vcsn::derived_term_expansion (const RatExpSet &rs, const typename RatExpSet::value_t &r, bool breaking=false)
 The derived-term automaton, computed by expansion. More...
 
template<typename RatExpSet , typename String >
std::enable_if
< RatExpSet::context_t::labelset_t::is_free(),
automaton >::type 
vcsn::dyn::detail::derived_term (const ratexp &exp, const std::string &algo)
 Bridge. More...
 
template<typename RatExpSet , typename String >
std::enable_if
<!RatExpSet::context_t::labelset_t::is_free(),
automaton >::type 
vcsn::dyn::detail::derived_term (const ratexp &exp, const std::string &algo)
 Bridge. More...
 
 vcsn::dyn::detail::REGISTER_DECLARE (derived_term,(const ratexp &e, const std::string &algo) -> automaton)