Vaucanson  1.4.1
Namespaces | Functions
sub_automaton.hh File Reference

This file provides the extraction of sub automaton. More...

Include dependency graph for sub_automaton.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  vcsn
 The main namespace of the Vaucanson library.

Functions

template<typename A , typename AI , typename HStatesSet >
Element< A, AI > sub_automaton (const Element< A, AI > &a, const HStatesSet &s, bool check_states=true)
 Returns a fresh automaton that is the sub-automaton defined by a set.
template<typename A , typename AI , typename HStatesSet >
void sub_automaton_here (Element< A, AI > &a, const HStatesSet &s, bool check_states=true)
 Select a sub-automaton into a given automaton.

Detailed Description

This file provides the extraction of sub automaton.

Author:
Yann RĂ©gis-Gianas yann@.nosp@m.lrde.nosp@m..epit.nosp@m.a.fr
Date:
Tue Jun 24 20:37:59 2003
See also:
sub_automaton(), sub_automaton_here()

Definition in file sub_automaton.hh.