TmpHelper Struct Reference

Used temporary for peekWithSamePriority(). More...

Collaboration diagram for TmpHelper:

Collaboration graph
[legend]

Data Fields

QueueEntryArr ** queueEntryArrPP
int32_t currEntries
int64_t currBytes
int32_t maxNumOfEntries
int64_t maxNumOfBytes
 The max wanted number of entries for this peek().

Detailed Description

Used temporary for peekWithSamePriority().

Definition at line 121 of file SQLiteQueue.c.


Field Documentation

QueueEntryArr** TmpHelper::queueEntryArrPP

Definition at line 122 of file SQLiteQueue.c.

Referenced by parseQueueEntryArr(), and persistentQueuePeekWithSamePriority().

int32_t TmpHelper::currEntries

Definition at line 123 of file SQLiteQueue.c.

Referenced by parseQueueEntryArr().

int64_t TmpHelper::currBytes

Definition at line 124 of file SQLiteQueue.c.

Referenced by parseQueueEntryArr().

int32_t TmpHelper::maxNumOfEntries

Definition at line 125 of file SQLiteQueue.c.

Referenced by parseQueueEntryArr(), and persistentQueuePeekWithSamePriority().

int64_t TmpHelper::maxNumOfBytes

The max wanted number of entries for this peek().

Definition at line 126 of file SQLiteQueue.c.

Referenced by parseQueueEntryArr(), and persistentQueuePeekWithSamePriority().


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