Vcsn  2.0
Be Rational
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
fwd.hh
Go to the documentation of this file.
1 #ifndef LIB_VCSN_ALGOS_FWD_HH
2 # define LIB_VCSN_ALGOS_FWD_HH
3 
4 # include <string>
5 # include <sstream>
6 
7 # include <vcsn/dyn/fwd.hh>
8 
9 namespace vcsn
10 {
11  namespace dyn
12  {
13  // efsm.cc.
14  automaton read_efsm(std::istream& is);
15  // fado.cc.
16  automaton read_fado(std::istream& is);
17  }
18 }
19 #endif // !LIB_VCSN_ALGOS_FWD_HH
std::shared_ptr< detail::automaton_base > automaton
Definition: automaton.hh:71
automaton read_fado(std::istream &is)
Definition: fado.cc:24
std::istringstream is
The input stream: the specification to translate.
Definition: translate.cc:329
automaton read_efsm(std::istream &is)
Definition: efsm.cc:72