The buffer type for the HiseEvent. More...
Classes | |
| class | EventStack |
| A simple stack type with 16 slots. More... | |
| class | Iterator |
| A iterator type for the HiseEventBuffer. More... | |
Public Member Functions | |
| HiseEvent * | begin () const noexcept |
| compatibility for standard C++ type iterators. More... | |
| void | clear () |
| Clears the buffer. More... | |
| HiseEvent * | end () const noexcept |
| compatibility for standard C++ type iterators. More... | |
| int | getNumUsed () const |
| Returns the number of events in this buffer. More... | |
| bool | isEmpty () const noexcept |
| checks if the buffer is empty. More... | |
The buffer type for the HiseEvent.
|
inlinenoexcept |
compatibility for standard C++ type iterators.
| void clear | ( | ) |
Clears the buffer.
|
inlinenoexcept |
compatibility for standard C++ type iterators.
|
inline |
Returns the number of events in this buffer.
|
inlinenoexcept |
checks if the buffer is empty.