| PPL
    1.2
    | 
A read-only iterator on the constraints defining the feasible region. More...
#include <ppl.hh>
| Public Member Functions | |
| difference_type | operator- (const const_iterator &y) const | 
| Iterator difference: computes distances. | |
| const_iterator & | operator++ () | 
| Prefix increment. | |
| const_iterator & | operator-- () | 
| Prefix decrement. | |
| const_iterator | operator++ (int) | 
| Postfix increment. | |
| const_iterator | operator-- (int) | 
| Postfix decrement. | |
| const_iterator & | operator+= (difference_type n) | 
| Moves iterator forward of npositions. | |
| const_iterator & | operator-= (difference_type n) | 
| Moves iterator backward of npositions. | |
| const_iterator | operator+ (difference_type n) const | 
| Returns an iterator npositions forward. | |
| const_iterator | operator- (difference_type n) const | 
| Returns an iterator npositions backward. | |
| reference | operator* () const | 
| Returns a reference to the "pointed" object. | |
| pointer | operator-> () const | 
| Returns the address of the "pointed" object. | |
| bool | operator== (const const_iterator &y) const | 
| Compares *thiswith y.  More... | |
| bool | operator!= (const const_iterator &y) const | 
| Compares *thiswith y.  More... | |
A read-only iterator on the constraints defining the feasible region.
| 
 | inline | 
Compares *this with y. 
| y | The iterator that will be compared with *this. | 
| 
 | inline | 
Compares *this with y. 
| y | The iterator that will be compared with *this. |