GM6000 Digital Heater Controller Branch: main
SDX-1330
Cpl::Container::RingBufferMT< ITEM > Member List

This is the complete list of members for Cpl::Container::RingBufferMT< ITEM >, including all inherited members.

add(const ITEM &item) noexceptCpl::Container::RingBufferMT< ITEM >inline
addElements(unsigned numElementsAdded) noexceptCpl::Container::RingBufferMT< ITEM >inline
clearTheBuffer() noexceptCpl::Container::RingBufferMT< ITEM >inline
getMaxItems(void) const noexceptCpl::Container::RingBufferMT< ITEM >inline
getNumItems(void) const noexceptCpl::Container::RingBufferMT< ITEM >inline
isEmpty(void) const noexceptCpl::Container::RingBufferMT< ITEM >inline
isFull(void) const noexceptCpl::Container::RingBufferMT< ITEM >inline
m_lockCpl::Container::RingBufferMT< ITEM >protected
peekHead(void) const noexceptCpl::Container::RingBufferMT< ITEM >inline
peekNextAddItems(unsigned &dstNumFlatElements) noexceptCpl::Container::RingBufferMT< ITEM >inline
peekNextRemoveItems(unsigned &dstNumFlatElements) noexceptCpl::Container::RingBufferMT< ITEM >inline
peekTail(void) const noexceptCpl::Container::RingBufferMT< ITEM >inline
remove(ITEM &dst) noexceptCpl::Container::RingBufferMT< ITEM >inline
removeElements(unsigned numElementsToRemove) noexceptCpl::Container::RingBufferMT< ITEM >inline
RingBuffer(unsigned numElements, ITEM memoryForElements[]) noexceptCpl::Container::RingBuffer< ITEM >
RingBufferMT(unsigned maxElements, ITEM memoryForElements[]) noexceptCpl::Container::RingBufferMT< ITEM >inline