My Project
Public Member Functions
Discrete_intervals_list Class Reference

List of Discrete_interval objects. More...

#include <structs.h>

List of all members.

Public Member Functions

void empty ()
void swap (Discrete_intervals_list *other)
const Discrete_intervalget_next ()
bool append (ulonglong start, ulonglong val, ulonglong incr)
ulonglong minimum () const
ulonglong maximum () const
uint nb_elements () const

Detailed Description

List of Discrete_interval objects.


Member Function Documentation

bool Discrete_intervals_list::append ( ulonglong  start,
ulonglong  val,
ulonglong  incr 
) [inline]

Appends an interval to the list.

Parameters:
startstart of interval how many values it contains
incrwhat increment between each value
Return values:
trueerror
falsesuccess

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines