Public Member Functions | List of all members
HiseEventBuffer::EventStack Class Reference

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...
 

Detailed Description

A simple stack type with 16 slots.

Member Function Documentation

HiseEvent pop ( )
inline

Removes and returns an event.

void push ( const HiseEvent newEvent)
inline

Inserts an event.

©2017 HISE. This documentation is autogenerated from the HISE source code using Doxygen.