Vcsn  2.4
Be Rational
to-expansion.hh File Reference
Include dependency graph for to-expansion.hh:
This graph shows which files directly or indirectly include this file:

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...
 

Macro Definition Documentation

#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.