My Project
|
List of Discrete_interval objects. More...
#include <structs.h>
Public Member Functions | |
void | empty () |
void | swap (Discrete_intervals_list *other) |
const Discrete_interval * | get_next () |
bool | append (ulonglong start, ulonglong val, ulonglong incr) |
ulonglong | minimum () const |
ulonglong | maximum () const |
uint | nb_elements () const |
List of Discrete_interval objects.
bool Discrete_intervals_list::append | ( | ulonglong | start, |
ulonglong | val, | ||
ulonglong | incr | ||
) | [inline] |
Appends an interval to the list.
start | start of interval how many values it contains |
incr | what increment between each value |
true | error |
false | success |