FST  openfst-1.8.3
OpenFst Library
Public Types | Public Member Functions | List of all members
fst::CopyVisitor< A > Class Template Reference

#include <visit.h>

Inheritance diagram for fst::CopyVisitor< A >:
Inheritance graph
[legend]

Public Types

using Arc = A
 
using StateId = typename Arc::StateId
 

Public Member Functions

 CopyVisitor (MutableFst< Arc > *ofst)
 
void InitVisit (const Fst< A > &ifst)
 
bool InitState (StateId state, StateId)
 
bool WhiteArc (StateId state, const Arc &arc)
 
bool GreyArc (StateId state, const Arc &arc)
 
bool BlackArc (StateId state, const Arc &arc)
 
void FinishState (StateId state)
 
void FinishVisit ()
 

Detailed Description

template<class A>
class fst::CopyVisitor< A >

Definition at line 191 of file visit.h.

Member Typedef Documentation

template<class A >
using fst::CopyVisitor< A >::Arc = A

Definition at line 193 of file visit.h.

template<class A >
using fst::CopyVisitor< A >::StateId = typename Arc::StateId

Definition at line 194 of file visit.h.

Constructor & Destructor Documentation

template<class A >
fst::CopyVisitor< A >::CopyVisitor ( MutableFst< Arc > *  ofst)
inlineexplicit

Definition at line 196 of file visit.h.

Member Function Documentation

template<class A >
bool fst::CopyVisitor< A >::BlackArc ( StateId  state,
const Arc arc 
)
inline

Definition at line 219 of file visit.h.

template<class A >
void fst::CopyVisitor< A >::FinishState ( StateId  state)
inline

Definition at line 224 of file visit.h.

template<class A >
void fst::CopyVisitor< A >::FinishVisit ( )
inline

Definition at line 228 of file visit.h.

template<class A >
bool fst::CopyVisitor< A >::GreyArc ( StateId  state,
const Arc arc 
)
inline

Definition at line 214 of file visit.h.

template<class A >
bool fst::CopyVisitor< A >::InitState ( StateId  state,
StateId   
)
inline

Definition at line 204 of file visit.h.

template<class A >
void fst::CopyVisitor< A >::InitVisit ( const Fst< A > &  ifst)
inline

Definition at line 198 of file visit.h.

template<class A >
bool fst::CopyVisitor< A >::WhiteArc ( StateId  state,
const Arc arc 
)
inline

Definition at line 209 of file visit.h.


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