esp8266ndn
NDN Arduino library for ESP8266 and more
|
SimpleQueue with dynamically allocated memory. More...
#include <simple-queue.hpp>
Inherits ndnph::SimpleQueue< T >.
Public Member Functions | |
DynamicSimpleQueue (size_t capacity) | |
~DynamicSimpleQueue () | |
![]() | |
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 dynamically allocated memory.
|
inlineexplicit |
|
inline |