Vcsn
2.2
Be Rational
|
#include <vcsn/core/mutable-automaton.hh>
#include <vcsn/core/rat/expansionset.hh>
#include <vcsn/core/rat/expressionset.hh>
#include <vcsn/core/rat/visitor.hh>
#include <vcsn/core/expression-automaton.hh>
#include <vcsn/ctx/fwd.hh>
#include <vcsn/dyn/expansion.hh>
#include <vcsn/dyn/polynomial.hh>
#include <vcsn/dyn/expression.hh>
#include <vcsn/misc/indent.hh>
#include <vcsn/misc/raise.hh>
#include <vcsn/weightset/polynomialset.hh>
Go to the source code of this file.
Classes | |
class | vcsn::rat::to_expansion_visitor< ExpSet > |
Functor to compute the expansion of an expression. More... | |
struct | vcsn::rat::to_expansion_visitor< ExpSet >::visit_tuple< bool, Dummy > |
struct | vcsn::rat::to_expansion_visitor< ExpSet >::visit_tuple< false, Dummy > |
Namespaces | |
vcsn | |
vcsn::rat | |
vcsn::dyn | |
vcsn::dyn::detail | |
Macros | |
#define | DEBUG_IFELSE(Then, Else) Else |
#define | DEBUG_IF(Then) DEBUG_IFELSE(Then,) |
Functions | |
template<typename ExpSet > | |
rat::expansionset< ExpSet >::value_t | vcsn::to_expansion (const ExpSet &rs, const typename ExpSet::value_t &e) |
First order expansion. More... | |
template<typename ExpSet > | |
expansion | vcsn::dyn::detail::to_expansion (const expression &exp) |
Bridge. More... | |
#define DEBUG_IF | ( | Then | ) | DEBUG_IFELSE(Then,) |
Definition at line 24 of file to-expansion.hh.
Referenced by vcsn::rat::to_expansion_visitor< expressionset_t >::VCSN_RAT_VISIT().
#define DEBUG_IFELSE | ( | Then, | |
Else | |||
) | Else |
Definition at line 21 of file to-expansion.hh.