FST  openfst-1.8.3
OpenFst Library
Classes | Public Types | Public Member Functions | Friends | List of all members
fst::SymbolTable::iterator Class Reference

#include <symbol-table.h>

Classes

class  value_type
 

Public Types

using iterator_category = std::input_iterator_tag
 
using difference_type = std::ptrdiff_t
 
using pointer = const value_type *const
 
using reference = const value_type &
 

Public Member Functions

iteratoroperator++ ()
 
iterator operator++ (int)
 
bool operator== (const iterator &that) const
 
bool operator!= (const iterator &that) const
 
reference operator* ()
 
pointer operator-> () const
 

Friends

class SymbolTable
 

Detailed Description

Definition at line 308 of file symbol-table.h.

Member Typedef Documentation

Definition at line 336 of file symbol-table.h.

using fst::SymbolTable::iterator::iterator_category = std::input_iterator_tag

Definition at line 312 of file symbol-table.h.

Definition at line 337 of file symbol-table.h.

Definition at line 338 of file symbol-table.h.

Member Function Documentation

bool fst::SymbolTable::iterator::operator!= ( const iterator that) const
inline

Definition at line 354 of file symbol-table.h.

reference fst::SymbolTable::iterator::operator* ( )
inline

Definition at line 356 of file symbol-table.h.

iterator& fst::SymbolTable::iterator::operator++ ( )
inline

Definition at line 340 of file symbol-table.h.

iterator fst::SymbolTable::iterator::operator++ ( int  )
inline

Definition at line 346 of file symbol-table.h.

pointer fst::SymbolTable::iterator::operator-> ( ) const
inline

Definition at line 358 of file symbol-table.h.

bool fst::SymbolTable::iterator::operator== ( const iterator that) const
inline

Definition at line 352 of file symbol-table.h.

Friends And Related Function Documentation

friend class SymbolTable
friend

Definition at line 364 of file symbol-table.h.


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