Vcsn
2.2
Be Rational
|
A wrapped typed automaton. More...
#include <automaton.hh>
Public Types | |
using | automaton_t = Aut |
Public Member Functions | |
automaton_wrapper (automaton_t aut) | |
virtual symbol | vname () const override |
A description of the automaton, sufficient to build it. More... | |
automaton_t & | automaton () |
const automaton_t & | automaton () const |
Public Member Functions inherited from vcsn::dyn::detail::automaton_base | |
template<Automaton Aut> | |
auto & | as () |
Extract wrapped typed automaton. More... | |
template<Automaton Aut> | |
auto & | as () const |
Extract wrapped typed automaton. More... | |
Private Attributes | |
automaton_t | automaton_ |
The automaton. More... | |
A wrapped typed automaton.
Definition at line 39 of file automaton.hh.
using vcsn::dyn::detail::automaton_wrapper< Aut >::automaton_t = Aut |
Definition at line 42 of file automaton.hh.
|
inline |
Definition at line 44 of file automaton.hh.
|
inline |
Definition at line 53 of file automaton.hh.
References vcsn::dyn::detail::automaton_wrapper< Aut >::automaton_.
Referenced by vcsn::dyn::detail::automaton_base::as(), and vcsn::dyn::detail::automaton_wrapper< Aut >::vname().
|
inline |
Definition at line 58 of file automaton.hh.
References vcsn::dyn::detail::automaton_wrapper< Aut >::automaton_.
|
inlineoverridevirtual |
A description of the automaton, sufficient to build it.
Implements vcsn::dyn::detail::automaton_base.
Definition at line 48 of file automaton.hh.
References vcsn::dyn::detail::automaton_wrapper< Aut >::automaton().
|
private |
The automaton.
Definition at line 65 of file automaton.hh.
Referenced by vcsn::dyn::detail::automaton_wrapper< Aut >::automaton().