Vcsn
2.0
Be Rational
|
Base class for automata. More...
#include <automaton.hh>
Public Member Functions | |
virtual std::string | vname (bool full=true) const =0 |
A description of the automaton, sufficient to build it. More... | |
template<typename Aut > | |
Aut & | as () |
Extract wrapped typed automaton. More... | |
template<typename Aut > | |
const Aut & | as () const |
Extract wrapped typed automaton. More... | |
Base class for automata.
Definition at line 16 of file automaton.hh.
|
inline |
Extract wrapped typed automaton.
Definition at line 26 of file automaton.hh.
References vcsn::dyn::detail::automaton_wrapper< Aut >::automaton().
|
inline |
Extract wrapped typed automaton.
Definition at line 33 of file automaton.hh.
References vcsn::dyn::detail::automaton_wrapper< Aut >::automaton().
|
pure virtual |
A description of the automaton, sufficient to build it.
full | whether to include the genset. if false, same as sname. |
Implemented in vcsn::dyn::detail::automaton_wrapper< Aut >.