arduino-audio-tools
Public Member Functions | Protected Attributes | List of all members
Queue< T > Class Template Reference

FIFO Queue which is based on a List. More...

#include <Queue.h>

Public Member Functions

bool clear ()
 
bool dequeue (T &data)
 
bool empty ()
 
bool enqueue (T &data)
 
bool peek (T &data)
 
void setAllocator (Allocator &allocator)
 
size_t size ()
 

Protected Attributes

List< T > l
 

Detailed Description

template<class T>
class audio_tools::Queue< T >

FIFO Queue which is based on a List.

Author
Phil Schatzmann
Template Parameters
T

The documentation for this class was generated from the following file: