#include <lemon/unionfind.h>
Public Member Functions | |
| ClassIt (const ExtendFindEnum &ufe) | |
| Constructor of the iterator. | |
| ClassIt (Invalid) | |
| Constructor to get invalid iterator. | |
| ClassIt & | operator++ () |
| Increment operator. | |
| operator int () const | |
| Conversion operator. | |
| bool | operator== (const ClassIt &i) |
| Equality operator. | |
| bool | operator!= (const ClassIt &i) |
| Inequality operator. | |
| ClassIt | ( | const ExtendFindEnum & | ufe | ) | [inline] |
Constructor of the iterator
| ClassIt& operator++ | ( | ) | [inline] |
It steps to the next representant item.
| operator int | ( | ) | const [inline] |
It converts the iterator to the current class id.
| bool operator== | ( | const ClassIt & | i | ) | [inline] |
Equality operator
| bool operator!= | ( | const ClassIt & | i | ) | [inline] |
Inequality operator
1.5.9