|
mdds
|
Public Types | |
| typedef FstType | fst_type |
| using | value_type |
| using | pointer = value_type* |
| using | reference = value_type& |
| using | difference_type = ptrdiff_t |
| using | iterator_category = ::std::bidirectional_iterator_tag |
Protected Member Functions | |
| const fst_type::node * | get_pos () const |
| const fst_type * | get_parent () const |
| bool | is_end_pos () const |
| using mdds::fst::detail::const_iterator_base< FstType, Hdl >::value_type |