![]() |
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::cQueueRead< TYPE >, 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 |
| cQueueRead(const TYPE *pData=nullptr, ITERATE_t iReadLast=0, ITERATE_t iWriteLast=0) noexcept | Gray::cQueueRead< TYPE > | inline |
| EmptyQ() noexcept | Gray::cQueueBase | inline |
| get_ReadIndex() const noexcept | Gray::cQueueBase | inline |
| get_ReadPtr() const | Gray::cQueueRead< TYPE > | 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 |
| m_pData | Gray::cQueueRead< TYPE > | protected |
| Read1(void) | Gray::cQueueRead< TYPE > | inline |
| ReadCommitNow() | Gray::cQueueRead< TYPE > | inline |
| ReadPeek(TYPE *pData, ITERATE_t iDataMaxQty) | Gray::cQueueRead< TYPE > | inline |
| ReadQty(TYPE *pData, ITERATE_t iDataMaxQty) | Gray::cQueueRead< TYPE > | inline |
| SeekQ(STREAM_OFFSET_t iOffset, SEEK_ORIGIN_TYPE eSeekOrigin=SEEK_Set) | Gray::cQueueBase | |
| SetQueueRead(const TYPE *pData, ITERATE_t iReadLast=0, ITERATE_t iWriteLast=0) | Gray::cQueueRead< TYPE > | inline |
| ~cQueueRead() | Gray::cQueueRead< TYPE > | inline |