Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

Graph Class Template Reference

Graph. More...

List of all members.

Public Types

typedef Graph< K, WordValue,
WeightValue, SeriesValue,
Letter, Tag, Geometry > 
self_t
 Self type definition.
typedef LabelOf< K, WordValue,
WeightValue, SeriesValue,
Letter >::ret 
label_t
 Typedefs on automaton related graphs elements.

Public Member Functions

states_t states () const
 Return states set.
edges_t edges () const
 Return edges set.
initial_support_t initial () const
 Initial/final state supports.
State's manipulation
Edge's manipulation
Only automaton related methods
template<class S>
bool exists (const AutomataBase< S > &s) const
 Check the consistency of an automata.
template<class OutputIterator, class Query>
void delta (OutputIterator res, hstate_t from, const Query &q, delta_kind::edges) const
 Check the consistency of an automata.
template<class OutputIterator, class Query>
void delta (OutputIterator res, hstate_t from, const Query &q, delta_kind::states) const
 Check the consistency of an automata.
template<class OutputIterator, class Query>
void rdelta (OutputIterator res, hstate_t from, const Query &q, delta_kind::edges) const
 Check the consistency of an automata.
template<class OutputIterator, class Query>
void rdelta (OutputIterator res, hstate_t from, const Query &q, delta_kind::states) const
 Check the consistency of an automata.


Detailed Description

template<class K, class WordValue, class WeightValue, class SeriesValue, class Letter, class Tag, class Geometry>
class vcsn::Graph< K, WordValue, WeightValue, SeriesValue, Letter, Tag, Geometry >

Graph.


Generated on Thu Oct 27 12:52:14 2005 for Vaucanson by  doxygen 1.4.1