libgig  4.4.1
DLS::range_t Struct Reference

Lower and upper limit of a range. More...

#include <DLS.h>

Public Member Functions

bool operator< (const range_t &other) const
 
bool operator== (const range_t &other) const
 
bool overlaps (uint16_t scalar) const
 
bool overlaps (const range_t &other) const
 

Public Attributes

uint16_t low
 Low value of range.
 
uint16_t high
 High value of range.
 

Detailed Description

Lower and upper limit of a range.

Definition at line 210 of file DLS.h.


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