Vcsn  2.0
Be Rational
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
vcsn::dyn::detail::automaton_base Class Referenceabstract

Base class for automata. More...

#include <automaton.hh>

Inheritance diagram for vcsn::dyn::detail::automaton_base:
Collaboration diagram for vcsn::dyn::detail::automaton_base:

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...
 

Detailed Description

Base class for automata.

Definition at line 16 of file automaton.hh.

Member Function Documentation

template<typename Aut >
Aut& vcsn::dyn::detail::automaton_base::as ( )
inline

Extract wrapped typed automaton.

Definition at line 26 of file automaton.hh.

References vcsn::dyn::detail::automaton_wrapper< Aut >::automaton().

Here is the call graph for this function:

template<typename Aut >
const Aut& vcsn::dyn::detail::automaton_base::as ( ) const
inline

Extract wrapped typed automaton.

Definition at line 33 of file automaton.hh.

References vcsn::dyn::detail::automaton_wrapper< Aut >::automaton().

Here is the call graph for this function:

virtual std::string vcsn::dyn::detail::automaton_base::vname ( bool  full = true) const
pure virtual

A description of the automaton, sufficient to build it.

Parameters
fullwhether to include the genset. if false, same as sname.

Implemented in vcsn::dyn::detail::automaton_wrapper< Aut >.


The documentation for this class was generated from the following file: