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

Go to the source code of this file.

Classes

class  vcsn::detail::star_heighter< RatExpSet >
 

Namespaces

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

Macros

#define DEFINE(Type)
 

Functions

template<typename RatExpSet >
unsigned vcsn::star_height (const typename RatExpSet::value_t &e)
 Star height of a ratexp. More...
 
template<typename RatExpSet >
unsigned vcsn::dyn::detail::star_height (const ratexp &exp)
 Bridge. More...
 
 vcsn::dyn::detail::REGISTER_DECLARE (star_height,(const ratexp &e) -> unsigned)
 

Macro Definition Documentation

#define DEFINE (   Type)
Value:
using Type ## _t = typename super_t::Type ## _t; \
virtual void visit(const Type ## _t& v)

Definition at line 39 of file star-height.hh.