FastArduino v1.10
C++ library to build fast but small Arduino/AVR projects
|
Utility API to handle ring-buffer queue containers. More...
Go to the source code of this file.
Classes | |
class | containers::Queue< T_, TREF_ > |
Queue of type T_ items. More... | |
Namespaces | |
namespace | containers |
Contains all FastArduino generic containers: | |
Functions | |
template<typename T , typename TREF > | |
T | containers::pull (Queue< T, TREF > &queue) |
Pull an item from the beginning of queue . More... | |
template<typename T , typename TREF > | |
T | containers::peek (Queue< T, TREF > &queue) |
Peek an item from the beginning of queue . More... | |
Utility API to handle ring-buffer queue containers.
Definition in file queue.h.