Fcitx
Public Types | Public Member Functions | List of all members
fcitx::HandlerTableView< T >::iterator Class Reference

Public Types

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

Public Member Functions

 iterator (typename container_type::const_iterator iter, typename container_type::const_iterator end)
 
bool operator== (const iterator &other) const noexcept
 
bool operator!= (const iterator &other) const noexcept
 
iteratoroperator++ ()
 
iterator operator++ (int)
 
reference operator* ()
 
pointer operator-> ()
 

Detailed Description

template<typename T>
class fcitx::HandlerTableView< T >::iterator

Definition at line 112 of file handlertable_details.h.


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