![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
This is the complete list of members for Gray::cQueueBase, including all inherited members.
AdvanceRead(ITERATE_t iCount=1) | Gray::cQueueBase | inline |
cQueueBase(ITERATE_t iReadLast=0, ITERATE_t iWriteLast=0) noexcept | Gray::cQueueBase | inline |
cQueueTests class | Gray::cQueueBase | friend |
EmptyQ() noexcept | Gray::cQueueBase | inline |
get_ReadIndex() const noexcept | Gray::cQueueBase | inline |
get_ReadQty() const | Gray::cQueueBase | inline |
get_WriteIndex() const noexcept | Gray::cQueueBase | inline |
InitQ(ITERATE_t iReadLast=0, ITERATE_t iWriteLast=0) noexcept | Gray::cQueueBase | inline |
isEmptyQ() const noexcept | Gray::cQueueBase | inline |
m_iReadLast | Gray::cQueueBase | protected |
m_iWriteLast | Gray::cQueueBase | protected |
SeekQ(STREAM_OFFSET_t iOffset, SEEK_ORIGIN_TYPE eSeekOrigin=SEEK_Set) | Gray::cQueueBase |