libgig  4.0.0
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. More...
 
uint16_t high
 High value of range. More...
 

Detailed Description

Lower and upper limit of a range.

Definition at line 205 of file DLS.h.

Member Function Documentation

◆ operator<()

bool DLS::range_t::operator< ( const range_t other) const
inline

Definition at line 209 of file DLS.h.

References high, and low.

◆ operator==()

bool DLS::range_t::operator== ( const range_t other) const
inline

Definition at line 215 of file DLS.h.

References high, and low.

◆ overlaps() [1/2]

bool DLS::range_t::overlaps ( uint16_t  scalar) const
inline

Definition at line 219 of file DLS.h.

Referenced by overlaps().

◆ overlaps() [2/2]

bool DLS::range_t::overlaps ( const range_t other) const
inline

Definition at line 223 of file DLS.h.

References high, low, and overlaps().

Member Data Documentation

◆ high

◆ low


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