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

#include <cache.h>

Inheritance diagram for fst::CacheStateIterator< FST >:
Inheritance graph
[legend]
Collaboration diagram for fst::CacheStateIterator< FST >:
Collaboration graph
[legend]

Public Types

using Arc = typename FST::Arc
 
using StateId = typename Arc::StateId
 
using Weight = typename Arc::Weight
 
using Store = typename FST::Store
 
using State = typename Store::State
 
using Impl = internal::CacheBaseImpl< State, Store >
 
- Public Types inherited from fst::StateIteratorBase< FST::Arc >
using StateId = typename FST::Arc::StateId
 

Public Member Functions

 CacheStateIterator (const FST &fst, Impl *impl)
 
bool Done () const final
 
StateId Value () const final
 
void Next () final
 
void Reset () final
 
- Public Member Functions inherited from fst::StateIteratorBase< FST::Arc >
virtual ~StateIteratorBase ()=default
 

Detailed Description

template<class FST>
class fst::CacheStateIterator< FST >

Definition at line 1154 of file cache.h.

Member Typedef Documentation

template<class FST>
using fst::CacheStateIterator< FST >::Arc = typename FST::Arc

Definition at line 1156 of file cache.h.

Definition at line 1162 of file cache.h.

template<class FST>
using fst::CacheStateIterator< FST >::State = typename Store::State

Definition at line 1161 of file cache.h.

template<class FST>
using fst::CacheStateIterator< FST >::StateId = typename Arc::StateId

Definition at line 1157 of file cache.h.

template<class FST>
using fst::CacheStateIterator< FST >::Store = typename FST::Store

Definition at line 1160 of file cache.h.

template<class FST>
using fst::CacheStateIterator< FST >::Weight = typename Arc::Weight

Definition at line 1158 of file cache.h.

Constructor & Destructor Documentation

template<class FST>
fst::CacheStateIterator< FST >::CacheStateIterator ( const FST fst,
Impl impl 
)
inline

Definition at line 1164 of file cache.h.

Member Function Documentation

template<class FST>
bool fst::CacheStateIterator< FST >::Done ( ) const
inlinefinalvirtual

Implements fst::StateIteratorBase< FST::Arc >.

Definition at line 1169 of file cache.h.

template<class FST>
void fst::CacheStateIterator< FST >::Next ( )
inlinefinalvirtual

Implements fst::StateIteratorBase< FST::Arc >.

Definition at line 1187 of file cache.h.

template<class FST>
void fst::CacheStateIterator< FST >::Reset ( )
inlinefinalvirtual

Implements fst::StateIteratorBase< FST::Arc >.

Definition at line 1189 of file cache.h.

template<class FST>
StateId fst::CacheStateIterator< FST >::Value ( ) const
inlinefinalvirtual

Implements fst::StateIteratorBase< FST::Arc >.

Definition at line 1185 of file cache.h.


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