idol
A C++ Framework for Optimization
Loading...
Searching...
No Matches
idol::Range< NumT >::iterator Class Reference
Collaboration diagram for idol::Range< NumT >::iterator:
Collaboration graph

Public Member Functions

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

Friends

class Range< NumT >
 

Detailed Description

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

Definition at line 21 of file operators_utils.h.

Member Function 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.

Friends And Related Symbol Documentation

◆ Range< NumT >

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

Definition at line 35 of file operators_utils.h.