Public Types | Public Member Functions

fst::ArcIterator< UnionFst< A > > Class Template Reference

Specialization for UnionFst. More...

#include <fst/union.h>

Inherits fst::ArcIterator< RationalFst< A > >.

Collaboration diagram for fst::ArcIterator< UnionFst< A > >:
Collaboration graph
[legend]

List of all members.

Public Types

typedef A::StateId StateId

Public Member Functions

 ArcIterator (const UnionFst< A > &fst, StateId s)

Detailed Description

template<class A>
class fst::ArcIterator< UnionFst< A > >

Specialization for UnionFst.

Definition at line 151 of file union.h.


Member Typedef Documentation

template<class A >
typedef A::StateId fst::ArcIterator< UnionFst< A > >::StateId

Reimplemented from fst::ArcIterator< RationalFst< A > >.

Definition at line 153 of file union.h.


Constructor & Destructor Documentation

template<class A >
fst::ArcIterator< UnionFst< A > >::ArcIterator ( const UnionFst< A > &  fst,
StateId  s 
) [inline]

Definition at line 155 of file union.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines