Vcsn  2.0
Be Rational
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
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< RatExpSet >
 

Namespaces

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

Macros

#define DEBUG_IFELSE(Then, Else)   Else
 
#define DEBUG_IF(Then)   DEBUG_IFELSE(Then,)
 

Functions

template<typename RatExpSet >
rat::expansionset< RatExpSet >
::value_t 
vcsn::to_expansion (const RatExpSet &rs, const typename RatExpSet::value_t &e)
 First order expansion. More...
 
template<typename RatExpSet >
expansion vcsn::dyn::detail::to_expansion (const ratexp &exp)
 Bridge. More...
 
 vcsn::dyn::detail::REGISTER_DECLARE (to_expansion,(const ratexp &e) -> expansion)
 

Macro Definition Documentation

#define DEBUG_IFELSE (   Then,
  Else 
)    Else

Definition at line 24 of file to-expansion.hh.