FST
openfst-1.8.4
OpenFst Library
|
#include <trie.h>
Public Types | |
typedef std::forward_iterator_tag | iterator_category |
typedef std::pair< ParentLabel< L >, int > | value_type |
typedef std::ptrdiff_t | difference_type |
typedef const value_type * | pointer |
typedef const value_type & | reference |
Public Member Functions | |
const_iterator () | |
reference | operator* () |
pointer | operator-> () |
const_iterator & | operator++ () |
const_iterator & | operator++ (int) |
bool | operator== (const const_iterator &that) const |
bool | operator!= (const const_iterator &that) const |
Friends | |
class | NestedTrieTopology< L, H > |
typedef std::ptrdiff_t fst::NestedTrieTopology< L, H >::const_iterator::difference_type |
typedef std::forward_iterator_tag fst::NestedTrieTopology< L, H >::const_iterator::iterator_category |
typedef const value_type* fst::NestedTrieTopology< L, H >::const_iterator::pointer |
typedef const value_type& fst::NestedTrieTopology< L, H >::const_iterator::reference |
typedef std::pair<ParentLabel<L>, int> fst::NestedTrieTopology< L, H >::const_iterator::value_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |