libgig
3.3.0.svn20
|
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. More... | |
uint16_t | high |
High value of range. More... | |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 222 of file DLS.h.
References high, low, and overlaps().
uint16_t DLS::range_t::high |
High value of range.
Definition at line 206 of file DLS.h.
Referenced by DLS::Region::CopyAssign(), operator<(), operator==(), overlaps(), DLS::Region::Region(), DLS::Region::SetKeyRange(), and DLS::Region::UpdateChunks().
uint16_t DLS::range_t::low |
Low value of range.
Definition at line 205 of file DLS.h.
Referenced by DLS::Region::CopyAssign(), operator<(), operator==(), overlaps(), DLS::Region::Region(), DLS::Region::SetKeyRange(), DLS::Region::UpdateChunks(), and gig::Instrument::UpdateRegionKeyTable().