Queue 2.0
Queue handling library
|
This is the complete list of members for cppQueue, including all inherited members.
always_inline | cppQueue | |
clean(void) __attribute__((always_inline)) | cppQueue | inline |
cppQueue(const size_t size_rec, const uint16_t nb_recs=20, const cppQueueType type=FIFO, const bool overwrite=false, void *const pQDat=NULL, const size_t lenQDat=0) | cppQueue | |
drop(void) | cppQueue | |
flush(void) | cppQueue | |
getCount(void) | cppQueue | |
getRemainingCount(void) | cppQueue | |
isEmpty(void) | cppQueue | |
isFull(void) | cppQueue | |
isInitialized(void) | cppQueue | |
nbRecs(void) __attribute__((always_inline)) | cppQueue | inline |
peek(void *const record) __attribute__((nonnull)) | cppQueue | |
peekIdx(void *const record, const uint16_t idx) __attribute__((nonnull)) | cppQueue | |
peekPrevious(void *const record) __attribute__((nonnull)) | cppQueue | |
pop(void *const record) __attribute__((nonnull)) | cppQueue | |
pull(void *const record) __attribute__((nonnull | cppQueue | inline |
push(const void *const record) __attribute__((nonnull)) | cppQueue | |
sizeOf(void) | cppQueue | |
~cppQueue() | cppQueue |