#include <range.h>
Definition at line 138 of file range.h.
◆ Range() [1/2]
◆ Range() [2/2]
◆ coverage()
◆ dump()
void Temporal::Range::dump |
( |
std::ostream & |
ostr | ) |
const |
|
inline |
◆ empty()
bool Temporal::Range::empty |
( |
| ) |
const |
|
inline |
◆ end()
◆ force_to_samples()
void Temporal::Range::force_to_samples |
( |
| ) |
|
|
inline |
◆ length()
◆ operator==()
bool Temporal::Range::operator== |
( |
Range const & |
other | ) |
const |
|
inline |
◆ set_end()
◆ set_start()
void Temporal::Range::set_start |
( |
timepos_t |
s | ) |
|
|
inline |
◆ squish()
for a T, return a mapping of it into the range (used for looping). If the argument is earlier than or equal to the end of this range, do nothing.
◆ start()
timepos_t Temporal::Range::start |
( |
void |
| ) |
const |
|
inline |
◆ subtract()
◆ _end
end of the range (exclusive, see above)
Definition at line 196 of file range.h.
◆ _start
start of the range
Definition at line 195 of file range.h.
The documentation for this class was generated from the following file: