Vcsn  2.0
Be Rational
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
grail.hh File Reference
#include <iostream>
#include <map>
#include <vcsn/algos/is-deterministic.hh>
#include <vcsn/dyn/fwd.hh>
#include <vcsn/misc/escape.hh>
#include <vcsn/weightset/fwd.hh>
#include <vcsn/weightset/polynomialset.hh>
Include dependency graph for grail.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vcsn::detail::outputter< Aut >
 Factor common bits in automaton formatting. More...
 
class  vcsn::detail::fadoer< Aut >
 Format an automaton into Fado. More...
 
class  vcsn::detail::grailer< Aut >
 Format an automaton into Fado. More...
 

Namespaces

 vcsn
 
 vcsn::detail
 
 vcsn::dyn
 FIXME: duplicate code with determinize.
 
 vcsn::dyn::detail
 

Functions

template<typename Aut >
std::ostream & vcsn::fado (const Aut &aut, std::ostream &out)
 
template<typename Aut , typename Ostream >
std::ostream & vcsn::dyn::detail::fado (const automaton &aut, std::ostream &out)
 Bridge. More...
 
 vcsn::dyn::detail::REGISTER_DECLARE (fado,(const automaton &aut, std::ostream &out) -> std::ostream &)
 
template<typename Aut >
std::ostream & vcsn::grail (const Aut &aut, std::ostream &out)
 
template<typename Aut , typename Ostream >
std::ostream & vcsn::dyn::detail::grail (const automaton &aut, std::ostream &out)
 Bridge. More...
 
 vcsn::dyn::detail::REGISTER_DECLARE (grail,(const automaton &aut, std::ostream &out) -> std::ostream &)