Vcsn  2.2
Be Rational
read.cc File Reference
#include <lib/vcsn/algos/fwd.hh>
#include <lib/vcsn/algos/registry.hh>
#include <lib/vcsn/dot/driver.hh>
#include <lib/vcsn/rat/read.hh>
#include <vcsn/algos/read.hh>
#include <vcsn/core/rat/expressionset.hh>
#include <vcsn/ctx/fwd.hh>
#include <vcsn/dyn/algos.hh>
#include <vcsn/dyn/registries.hh>
#include <vcsn/misc/getargs.hh>
Include dependency graph for read.cc:

Go to the source code of this file.

Namespaces

 vcsn
 
 vcsn::dyn
 

Functions

automaton vcsn::dyn::read_automaton (std::istream &is, const std::string &format="default", bool strip=true)
 Read an automaton from a stream. More...
 
expression vcsn::dyn::read_expression (const context &ctx, rat::identities ids, std::istream &is, const std::string &format="default")
 Read an expression from a stream. More...
 
label vcsn::dyn::read_label (const context &ctx, std::istream &is, const std::string &format="default")
 Read a label from a stream. More...