libgig 4.4.1
|
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. | |
|
inline |
|
inline |
|
inline |
uint16_t DLS::range_t::high |
High value of range.
Definition at line 212 of file DLS.h.
Referenced by DLS::Region::CopyAssign(), DLS::Region::SetKeyRange(), and DLS::Region::UpdateChunks().
uint16_t DLS::range_t::low |
Low value of range.
Definition at line 211 of file DLS.h.
Referenced by DLS::Region::CopyAssign(), DLS::Region::SetKeyRange(), and DLS::Region::UpdateChunks().