A simple stack type with 16 slots. More...
Public Member Functions | |
HiseEvent | pop () |
Removes and returns an event. More... | |
void | push (const HiseEvent &newEvent) |
Inserts an event. More... | |
A simple stack type with 16 slots.
|
inline |
Removes and returns an event.
|
inline |
Inserts an event.