8 template <
class T, u
int8_t SIZE>
36 const T&
peek(uint8_t position)
const;
67 template <
class T, u
int8_t SIZE>
73 template <
class T, u
int8_t SIZE>
80 template <
class T, u
int8_t SIZE>
93 if( _num_items < SIZE ) {
104 template <
class T, u
int8_t SIZE>
127 template <
class T, u
int8_t SIZE>
130 uint8_t j =
_head + position;
140 template <
class T, u
int8_t SIZE>
143 uint8_t j =
_head + position;
AP_Buffer< float, 15 > AP_BufferFloat_Size15
const T & peek(uint8_t position) const
AP_Buffer< float, 5 > AP_BufferFloat_Size5
T & peek_mutable(uint8_t position)
void push_back(const T &item)