FST  openfst-1.8.3
OpenFst Library
Public Member Functions | List of all members
fst::Collection< I, T >::SetIterator Class Reference

#include <collection.h>

Public Member Functions

 SetIterator (I id, Node node, NodeTable *node_table)
 
bool Done () const
 
const T & Element () const
 
void Next ()
 

Detailed Description

template<class I, class T>
class fst::Collection< I, T >::SetIterator

Definition at line 63 of file collection.h.

Constructor & Destructor Documentation

template<class I, class T>
fst::Collection< I, T >::SetIterator::SetIterator ( id,
Node  node,
NodeTable node_table 
)
inline

Definition at line 65 of file collection.h.

Member Function Documentation

template<class I, class T>
bool fst::Collection< I, T >::SetIterator::Done ( ) const
inline

Definition at line 68 of file collection.h.

template<class I, class T>
const T& fst::Collection< I, T >::SetIterator::Element ( ) const
inline

Definition at line 70 of file collection.h.

template<class I, class T>
void fst::Collection< I, T >::SetIterator::Next ( )
inline

Definition at line 72 of file collection.h.


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