Delta for the least upper bound.
More...
#include <set.hh>
|
| Diff (void) |
| Default constructor.
|
void | init (Iter::Ranges::RangeList &i, Set::LubRanges< Set::SetView > &j) |
| Initialize with iterator i and j.
|
void | operator++ (void) |
| Move iterator to next range (if possible)
|
| MinMax (void) |
| Default constructor.
|
| MinMax (int min, int max) |
| Initialize with range min to max.
|
bool | operator() (void) const |
| Test whether iterator is still at a range or done.
|
int | min (void) const |
| Return smallest value of range.
|
int | max (void) const |
| Return largest value of range.
|
unsigned int | width (void) const |
| Return width of range (distance between minimum and maximum)
|
void | finish (void) |
| Set range such that iteration stops
|
Delta for the least upper bound.
Definition at line 1776 of file set.hh.
◆ Lub()
Initialize with old lub o and new lub n.
Definition at line 42 of file delta.hpp.
Iterator over old lub.
Definition at line 1781 of file set.hh.
Iterator over new lub.
Definition at line 1783 of file set.hh.
The documentation for this class was generated from the following files: