Vcsn  2.3a
Be Rational
name-automaton.hh File Reference
#include <memory>
#include <stack>
#include <string>
#include <vector>
#include <vcsn/core/fwd.hh>
#include <vcsn/core/automaton-decorator.hh>
#include <vcsn/misc/format.hh>
#include <vcsn/misc/map.hh>
#include <vcsn/misc/symbol.hh>
#include <vcsn/misc/unordered_map.hh>
Include dependency graph for name-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::name_automaton_impl< Aut >
 An incremental automaton whose states are names. 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,)

Definition at line 23 of file name-automaton.hh.

#define DEBUG_IFELSE (   Then,
  Else 
)    Else

Definition at line 20 of file name-automaton.hh.