FST
openfst-1.8.4
OpenFst Library
|
#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 | |
iterator & | operator++ () |
iterator | operator++ (int) |
bool | operator== (const iterator &that) const |
bool | operator!= (const iterator &that) const |
reference | operator* () |
pointer | operator-> () const |
Friends | |
class | SymbolTable |
Definition at line 304 of file symbol-table.h.
using fst::SymbolTable::iterator::difference_type = std::ptrdiff_t |
Definition at line 332 of file symbol-table.h.
using fst::SymbolTable::iterator::iterator_category = std::input_iterator_tag |
Definition at line 308 of file symbol-table.h.
using fst::SymbolTable::iterator::pointer = const value_type *const |
Definition at line 333 of file symbol-table.h.
using fst::SymbolTable::iterator::reference = const value_type & |
Definition at line 334 of file symbol-table.h.
|
inline |
Definition at line 350 of file symbol-table.h.
|
inline |
Definition at line 352 of file symbol-table.h.
|
inline |
Definition at line 336 of file symbol-table.h.
|
inline |
Definition at line 342 of file symbol-table.h.
|
inline |
Definition at line 354 of file symbol-table.h.
|
inline |
Definition at line 348 of file symbol-table.h.
|
friend |
Definition at line 360 of file symbol-table.h.