#include <si_std/queue.h>
Public Attributes | |
sc_blockAllocator | blka |
const sc_queueNodeDesc * | desc |
sc_queueNode * | head |
sc_queueNode * | tail |
allocator for queueNodes
const sc_queueNodeDesc* sc_queue::desc |
node descriptor
head of the queue (front)
tail of the queue (back)