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 37 of file OsiCuts.hpp.
| iterator OsiCuts::iterator::operator++ | ( | ) | 
      
  | 
  inline | 
Definition at line 40 of file OsiCuts.hpp.
      
  | 
  inline | 
Definition at line 47 of file OsiCuts.hpp.
      
  | 
  inline | 
Definition at line 51 of file OsiCuts.hpp.
      
  | 
  inline | 
Definition at line 55 of file OsiCuts.hpp.
      
  | 
  private | 
      
  | 
  private | 
      
  | 
  friend | 
Definition at line 31 of file OsiCuts.hpp.
      
  | 
  private | 
Definition at line 64 of file OsiCuts.hpp.
      
  | 
  private | 
Definition at line 65 of file OsiCuts.hpp.
      
  | 
  private | 
Definition at line 66 of file OsiCuts.hpp.
      
  | 
  private | 
Definition at line 67 of file OsiCuts.hpp.
 1.8.5