Vcsn
2.4
Be Rational
|
#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>
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,) |
#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.