HiseEventBuffer
The buffer type for the HiseEvent
.
Class methods
clear
void clear()
Clears the buffer.
isEmpty
bool isEmpty() const noexcept
checks if the buffer is empty.
getNumUsed
int getNumUsed() const
Returns the number of events in this buffer.
begin
HiseEvent * begin() const noexcept
compatibility for standard C++ type iterators.
end
HiseEvent * end() const noexcept
compatibility for standard C++ type iterators.