stmm-games-doc  0.32.0
stmg::CircularBuffer< T > Member List

This is the complete list of members for stmg::CircularBuffer< T >, including all inherited members.

capacity() const noexceptstmg::CircularBuffer< T >inline
CircularBuffer(int32_t nSize) noexceptstmg::CircularBuffer< T >
clear() noexceptstmg::CircularBuffer< T >inline
isEmpty() const noexceptstmg::CircularBuffer< T >inline
isFull() const noexceptstmg::CircularBuffer< T >inline
peekValue(int32_t nIdx) const noexceptstmg::CircularBuffer< T >
peekValue(int32_t nIdx) noexceptstmg::CircularBuffer< T >
read() noexceptstmg::CircularBuffer< T >
size() const noexceptstmg::CircularBuffer< T >inline
write(const T &oT) noexceptstmg::CircularBuffer< T >
write(T &&oT) noexceptstmg::CircularBuffer< T >