QueueEntryStructArr Struct Reference

Holds an array of Messages. More...

#include <QueueInterface.h>

Collaboration diagram for QueueEntryStructArr:

Collaboration graph
[legend]

Data Fields

size_t len
QueueEntryqueueEntryArr

Detailed Description

Holds an array of Messages.

Definition at line 59 of file QueueInterface.h.


Field Documentation

size_t QueueEntryStructArr::len

Definition at line 60 of file QueueInterface.h.

Referenced by freeQueueEntryArrInternal(), parseQueueEntryArr(), persistentQueuePeekWithSamePriority(), persistentQueueRandomRemove(), test_illegal(), and test_queue().

QueueEntry* QueueEntryStructArr::queueEntryArr

Definition at line 61 of file QueueInterface.h.

Referenced by freeQueueEntryArrInternal(), parseQueueEntryArr(), persistentQueuePeekWithSamePriority(), persistentQueueRandomRemove(), test_illegal(), and test_queue().


The documentation for this struct was generated from the following file: