Vcsn
2.2
Be Rational
|
Base class for automata. More...
#include <automaton.hh>
Public Member Functions | |
virtual symbol | vname () const =0 |
A description of the automaton, sufficient to build it. More... | |
template<Automaton Aut> | |
auto & | as () |
Extract wrapped typed automaton. More... | |
template<Automaton Aut> | |
auto & | 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 24 of file automaton.hh.
References vcsn::dyn::detail::automaton_wrapper< Aut >::automaton(), and vcsn::dyn::detail::dyn_cast().
|
inline |
Extract wrapped typed automaton.
Definition at line 31 of file automaton.hh.
References vcsn::dyn::detail::automaton_wrapper< Aut >::automaton(), and vcsn::dyn::detail::dyn_cast().
|
pure virtual |
A description of the automaton, sufficient to build it.
Implemented in vcsn::dyn::detail::automaton_wrapper< Aut >.