Vcsn  2.0
Be Rational
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
fwd.hh File Reference
Include dependency graph for fwd.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  vcsn::container_range< C >
 Restrict the interface of a container to begin/end. More...
 
struct  vcsn::container_filter_range< C >
 
class  vcsn::detail::mutable_automaton_impl< Context >
 
class  vcsn::detail::permutation_automaton_impl< Aut >
 An automaton isomorphic to another one. More...
 
class  vcsn::detail::ratexp_automaton_impl< Aut >
 An incremental automaton whose states are ratexps. More...
 

Namespaces

 vcsn
 
 vcsn::detail
 

Typedefs

template<typename Context >
using vcsn::mutable_automaton = std::shared_ptr< detail::mutable_automaton_impl< Context >>
 
template<typename Aut >
using vcsn::permutation_automaton = std::shared_ptr< detail::permutation_automaton_impl< Aut >>
 A permutation automaton as a shared pointer. More...
 
template<typename Aut >
using vcsn::ratexp_automaton = std::shared_ptr< detail::ratexp_automaton_impl< Aut >>
 A ratexp automaton as a shared pointer. More...