stm32rcos
読み取り中…
検索中…
一致する文字列を見つけられません
RingBuffer< T, N > クラステンプレート

#include <ring_buffer.hpp>

公開メンバ関数

bool push (const T &value)
 
std::optional< T > pop ()
 
void clear ()
 
size_t size () const
 
constexpr size_t capacity () const
 

関数詳解

◆ capacity()

template<class T, size_t N>
size_t RingBuffer< T, N >::capacity ( ) const
inlineconstexpr

◆ clear()

template<class T, size_t N>
void RingBuffer< T, N >::clear ( )
inline

◆ pop()

template<class T, size_t N>
std::optional< T > RingBuffer< T, N >::pop ( )
inline

◆ push()

template<class T, size_t N>
bool RingBuffer< T, N >::push ( const T & value)
inline

◆ size()

template<class T, size_t N>
size_t RingBuffer< T, N >::size ( ) const
inline

このクラス詳解は次のファイルから抽出されました: