openMSX
|
#include <small_buffer.hh>
Public Member Functions | |
small_buffer (uninitialized_tag, size_t size) | |
small_buffer (size_t size, const T &t) | |
template<typename Range > | |
small_buffer (const Range &range) | |
explicit (false) operator std | |
T & | front () |
T & | back () |
Definition at line 26 of file small_buffer.hh.
|
inlineexplicit |
Definition at line 31 of file small_buffer.hh.
|
inlineexplicit |
Definition at line 41 of file small_buffer.hh.
References ranges::fill(), and t.
|
inlineexplicit |
Definition at line 48 of file small_buffer.hh.
References begin().
|
inline |
Definition at line 70 of file small_buffer.hh.
|
inline |
Definition at line 54 of file small_buffer.hh.
|
inline |
Definition at line 66 of file small_buffer.hh.