Vcsn  2.0
Be Rational
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ratexp-automaton.hh File Reference
#include <memory>
#include <stack>
#include <string>
#include <vcsn/misc/escape.hh>
#include <vcsn/misc/map.hh>
#include <vcsn/misc/unordered_map.hh>
#include <vcsn/core/fwd.hh>
#include <vcsn/core/automaton-decorator.hh>
#include <vcsn/core/rat/ratexpset.hh>
Include dependency graph for ratexp-automaton.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vcsn::detail::ratexp_automaton_impl< Aut >
 An incremental automaton whose states are ratexps. More...
 

Namespaces

 vcsn
 
 vcsn::detail
 

Macros

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

Macro Definition Documentation

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

Definition at line 21 of file ratexp-automaton.hh.