Classes | Public Member Functions | List of all members
HiseEventBuffer Class Reference

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

HiseEventbegin () const noexcept
 compatibility for standard C++ type iterators. More...
 
void clear ()
 Clears the buffer. More...
 
HiseEventend () 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...
 

Detailed Description

The buffer type for the HiseEvent.

Member Function Documentation

HiseEvent* begin ( ) const
inlinenoexcept

compatibility for standard C++ type iterators.

void clear ( )

Clears the buffer.

HiseEvent* end ( ) const
inlinenoexcept

compatibility for standard C++ type iterators.

int getNumUsed ( ) const
inline

Returns the number of events in this buffer.

bool isEmpty ( ) const
inlinenoexcept

checks if the buffer is empty.

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