esp8266ndn
NDN Arduino library for ESP8266 and more
|
SimpleQueue with statically allocated memory. More...
#include <simple-queue.hpp>
Inherits ndnph::SimpleQueue< T >.
Public Member Functions | |
StaticSimpleQueue () | |
![]() | |
bool | push (Item item) |
std::tuple< Item, bool > | pop () |
size_t | capacity () const |
size_t | size () const |
size_t | available () const |
Additional Inherited Members | |
![]() | |
using | Item = T |
![]() | |
SimpleQueue (Item *arr, size_t cap) | |
Constructor. More... | |
Item * | getArray () |
SimpleQueue with statically allocated memory.
C | capacity. |
|
inlineexplicit |