
Iterator over lost supports. More...
#include <extensional.hh>
Public Member Functions | |
| LostSupports (const Compact< View, pos > &p, CTAdvisor &a, int l, int h) | |
| Initialize iterator for values between l and h. | |
| void | operator++ (void) |
| Move iterator to next value. | |
| bool | operator() (void) const |
| Whether iterator is done. | |
| const BitSetData * | supports (void) const |
| Provide access to corresponding supports. | |
Protected Attributes | |
| const unsigned int | n_words |
| Number of words. | |
| const Range * | r |
| Range information. | |
| const Range * | lst |
| Last range. | |
| int | l |
| Low value. | |
| int | h |
| High value. | |
| const BitSetData * | s |
| The lost value's support. | |
Iterator over lost supports.
Definition at line 430 of file extensional.hh.
|
inline |
Initialize iterator for values between l and h.
Definition at line 287 of file compact.hpp.
|
inline |
Move iterator to next value.
Definition at line 299 of file compact.hpp.
|
inline |
Whether iterator is done.
Definition at line 307 of file compact.hpp.
|
inline |
Provide access to corresponding supports.
Definition at line 312 of file compact.hpp.
|
protected |
Number of words.
Definition at line 433 of file extensional.hh.
|
protected |
Range information.
Definition at line 435 of file extensional.hh.
|
protected |
Last range.
Definition at line 437 of file extensional.hh.
|
protected |
Low value.
Definition at line 439 of file extensional.hh.
|
protected |
High value.
Definition at line 441 of file extensional.hh.
|
protected |
The lost value's support.
Definition at line 443 of file extensional.hh.