lxgui
Public Member Functions | List of all members
lxgui::utils::view::adaptor< ContainerType, Dereferencer, Filter >::iterator Class Reference

#include <utils_view.hpp>

Public Member Functions

 iterator (const adaptor &adaptor, base_iterator iter)
 
iteratoroperator++ ()
 
iterator operator++ (int)
 
bool operator== (const iterator &other) const
 
bool operator!= (const iterator &other) const
 
data_type operator* () const
 
data_type operator-> () const
 

Detailed Description

template<typename ContainerType, template< typename > class Dereferencer, template< typename > class Filter>
class lxgui::utils::view::adaptor< ContainerType, Dereferencer, Filter >::iterator

Definition at line 85 of file utils_view.hpp.

Constructor & Destructor Documentation

◆ iterator()

template<typename ContainerType , template< typename > class Dereferencer, template< typename > class Filter>
lxgui::utils::view::adaptor< ContainerType, Dereferencer, Filter >::iterator::iterator ( const adaptor adaptor,
base_iterator  iter 
)
inlineexplicit

Definition at line 87 of file utils_view.hpp.

Member Function Documentation

◆ operator!=()

template<typename ContainerType , template< typename > class Dereferencer, template< typename > class Filter>
bool lxgui::utils::view::adaptor< ContainerType, Dereferencer, Filter >::iterator::operator!= ( const iterator other) const
inline

Definition at line 107 of file utils_view.hpp.

◆ operator*()

template<typename ContainerType , template< typename > class Dereferencer, template< typename > class Filter>
data_type lxgui::utils::view::adaptor< ContainerType, Dereferencer, Filter >::iterator::operator* ( ) const
inline

Definition at line 111 of file utils_view.hpp.

◆ operator++() [1/2]

template<typename ContainerType , template< typename > class Dereferencer, template< typename > class Filter>
iterator& lxgui::utils::view::adaptor< ContainerType, Dereferencer, Filter >::iterator::operator++ ( )
inline

Definition at line 90 of file utils_view.hpp.

◆ operator++() [2/2]

template<typename ContainerType , template< typename > class Dereferencer, template< typename > class Filter>
iterator lxgui::utils::view::adaptor< ContainerType, Dereferencer, Filter >::iterator::operator++ ( int  )
inline

Definition at line 98 of file utils_view.hpp.

◆ operator->()

template<typename ContainerType , template< typename > class Dereferencer, template< typename > class Filter>
data_type lxgui::utils::view::adaptor< ContainerType, Dereferencer, Filter >::iterator::operator-> ( ) const
inline

Definition at line 114 of file utils_view.hpp.

◆ operator==()

template<typename ContainerType , template< typename > class Dereferencer, template< typename > class Filter>
bool lxgui::utils::view::adaptor< ContainerType, Dereferencer, Filter >::iterator::operator== ( const iterator other) const
inline

Definition at line 104 of file utils_view.hpp.


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