Loading...
Searching...
No Matches
idol::Range< NumT >::iterator Class Reference

Description

template<class NumT>
class idol::Range< NumT >::iterator

Definition at line 21 of file operators_utils.h.

Public Methods

bool operator!= (const iterator &t_it) const
bool operator== (const iterator &t_it) const
iterator & operator++ ()
iterator operator++ (int) &
NumT operator* () const
NumT * operator-> () const

Friends

class Range< NumT >

Methods Documentation

◆ operator!=()

template<class NumT>
bool idol::Range< NumT >::iterator::operator!= ( const iterator & t_it) const
inline

Definition at line 26 of file operators_utils.h.

◆ operator*()

template<class NumT>
NumT idol::Range< NumT >::iterator::operator* ( ) const
inline

Definition at line 30 of file operators_utils.h.

◆ operator++() [1/2]

template<class NumT>
iterator & idol::Range< NumT >::iterator::operator++ ( )
inline

Definition at line 28 of file operators_utils.h.

◆ operator++() [2/2]

template<class NumT>
iterator idol::Range< NumT >::iterator::operator++ ( int ) &
inline

Definition at line 29 of file operators_utils.h.

◆ operator->()

template<class NumT>
NumT * idol::Range< NumT >::iterator::operator-> ( ) const
inline

Definition at line 31 of file operators_utils.h.

◆ operator==()

template<class NumT>
bool idol::Range< NumT >::iterator::operator== ( const iterator & t_it) const
inline

Definition at line 27 of file operators_utils.h.

◆ Range< NumT >

template<class NumT>
friend class Range< NumT >
friend

Definition at line 35 of file operators_utils.h.