MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Discrete_intervals_list Class Reference

List of Discrete_interval objects. More...

#include <structs.h>

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.

Definition at line 339 of file structs.h.

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

Definition at line 440 of file structs.h.


The documentation for this class was generated from the following file: