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

#include <partition.h>

Public Types

using Element = typename Partition< T >::Element
 

Public Member Functions

 PartitionIterator (const Partition< T > &partition, T class_id)
 
bool Done ()
 
const T Value ()
 
void Next ()
 
void Reset ()
 

Detailed Description

template<typename T>
class fst::internal::PartitionIterator< T >

Definition at line 34 of file partition.h.

Member Typedef Documentation

template<typename T>
using fst::internal::PartitionIterator< T >::Element = typename Partition<T>::Element

Definition at line 298 of file partition.h.

Constructor & Destructor Documentation

template<typename T>
fst::internal::PartitionIterator< T >::PartitionIterator ( const Partition< T > &  partition,
class_id 
)
inline

Definition at line 300 of file partition.h.

Member Function Documentation

template<typename T>
bool fst::internal::PartitionIterator< T >::Done ( )
inline

Definition at line 305 of file partition.h.

template<typename T>
void fst::internal::PartitionIterator< T >::Next ( )
inline

Definition at line 309 of file partition.h.

template<typename T>
void fst::internal::PartitionIterator< T >::Reset ( )
inline

Definition at line 311 of file partition.h.

template<typename T>
const T fst::internal::PartitionIterator< T >::Value ( )
inline

Definition at line 307 of file partition.h.


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