Collaboration diagram for TmpHelper:
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(). |
Definition at line 121 of file SQLiteQueue.c.
Definition at line 122 of file SQLiteQueue.c.
Referenced by parseQueueEntryArr(), and persistentQueuePeekWithSamePriority().
int32_t TmpHelper::currEntries |
int64_t TmpHelper::currBytes |
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().