|
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 () | |
Public Member Functions inherited from ndnph::SimpleQueue< T > | |
| bool | push (Item item) |
| std::tuple< Item, bool > | pop () |
| size_t | capacity () const |
| size_t | size () const |
| size_t | available () const |
Additional Inherited Members | |
Public Types inherited from ndnph::SimpleQueue< T > | |
| using | Item = T |
Protected Member Functions inherited from ndnph::SimpleQueue< T > | |
| SimpleQueue (Item *arr, size_t cap) | |
| Constructor. | |
| Item * | getArray () |
SimpleQueue with dynamically allocated memory.
|
inlineexplicit |
|
inline |