|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
FIFO queue semantics (oldest data first) More...
#include <RingBuffer.hpp>
Collaboration diagram for MayaFlux::Memory::QueueAccess:Static Public Attributes | |
| static constexpr bool | push_front = false |
| static constexpr bool | pop_front = true |
| static constexpr const char * | name = "Queue (FIFO)" |
FIFO queue semantics (oldest data first)
Traditional queue behavior: enqueue at back, dequeue from front. Data ordering: [0] = oldest inserted, [N-1] = newest inserted.
Operations:
Use Cases:
Definition at line 263 of file RingBuffer.hpp.