Arduino Posix Filesystems
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
file_systems::Queue< T > Class Template Reference

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

#include <Queue.h>

Public Member Functions

bool enqueue (T &data)
 
bool peek (T &data)
 
bool dequeue (T &data)
 
size_t size ()
 
bool clear ()
 
bool empty ()
 

Protected Attributes

List< T > l
 

Detailed Description

template<class T>
class file_systems::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: