Vcsn
2.4
Be Rational
Main Page
Namespaces
Classes
Files
File List
File Members
fwd.hh
Go to the documentation of this file.
1
#pragma once
2
3
#include <string>
4
#include <sstream>
5
6
#include <vcsn/dyn/fwd.hh>
7
8
namespace
vcsn
9
{
10
namespace
dyn
11
{
12
// daut.cc.
13
automaton
read_daut
(std::istream& is);
14
// efsm.cc.
15
automaton
read_efsm
(std::istream& is);
16
// fado.cc.
17
automaton
read_fado
(std::istream& is);
18
}
19
}
vcsn::dyn::read_efsm
automaton read_efsm(std::istream &is)
Definition:
efsm.cc:103
vcsn
Definition:
a-star.hh:8
vcsn::dyn::read_fado
automaton read_fado(std::istream &is)
Definition:
fado.cc:42
vcsn::dyn::read_daut
automaton read_daut(std::istream &is)
Definition:
daut.cc:125
lib
vcsn
algos
fwd.hh
Generated by
1.8.10