Vcsn
2.4
Be Rational
|
#include <vcsn/core/mutable-automaton.hh>
#include <vcsn/core/rat/expansionset.hh>
#include <vcsn/core/rat/expressionset.hh>
#include <vcsn/core/expression-automaton.hh>
#include <vcsn/core/rat/visitor.hh>
#include <vcsn/ctx/fwd.hh>
#include <vcsn/dyn/value.hh>
#include <vcsn/misc/indent.hh>
#include <vcsn/misc/map.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 23 of file to-expansion.hh.
#define DEBUG_IFELSE | ( | Then, | |
Else | |||
) | Else |
Definition at line 20 of file to-expansion.hh.