Dip
0.92.4
|
Iterator. More...
#include <OsiCuts.hpp>
Public Member Functions | |
iterator (OsiCuts &cuts) | |
iterator (const iterator &src) | |
iterator & | operator= (const iterator &rhs) |
~iterator () | |
OsiCut * | operator* () const |
iterator | operator++ () |
iterator | operator++ (int) |
bool | operator== (const iterator &it) const |
bool | operator!= (const iterator &it) const |
bool | operator< (const iterator &it) const |
Private Member Functions | |
iterator () | |
iterator | begin () |
iterator | end () |
Private Attributes | |
OsiCuts & | cuts_ |
int | rowCutIndex_ |
int | colCutIndex_ |
OsiCut * | cutP_ |
Friends | |
class | OsiCuts |
Iterator.
This is a class for iterating over the collection of cuts.
Definition at line 30 of file OsiCuts.hpp.
OsiCuts::iterator::iterator | ( | OsiCuts & | cuts | ) |
OsiCuts::iterator::iterator | ( | const iterator & | src | ) |
OsiCuts::iterator::~iterator | ( | ) |
|
private |
|
inline |
Definition at line 38 of file OsiCuts.hpp.
References cutP_.
iterator OsiCuts::iterator::operator++ | ( | ) |
|
inline |
Definition at line 41 of file OsiCuts.hpp.
|
inline |
Definition at line 48 of file OsiCuts.hpp.
References colCutIndex_, and rowCutIndex_.
|
inline |
Definition at line 53 of file OsiCuts.hpp.
|
inline |
Definition at line 58 of file OsiCuts.hpp.
References colCutIndex_, and rowCutIndex_.
|
private |
|
private |
Referenced by OsiCuts::end().
|
friend |
Definition at line 31 of file OsiCuts.hpp.
|
private |
Definition at line 68 of file OsiCuts.hpp.
|
private |
Definition at line 69 of file OsiCuts.hpp.
Referenced by operator<(), and operator==().
|
private |
Definition at line 70 of file OsiCuts.hpp.
Referenced by operator<(), and operator==().
|
private |
Definition at line 71 of file OsiCuts.hpp.
Referenced by operator*().