Toolbox snapshot
The Reactive C++ Toolbox
|
#include <toolbox/util/Stream.hpp>
Public Member Functions | |
StaticStreamBuf () noexcept | |
~StaticStreamBuf () override=default | |
StaticStreamBuf (const StaticStreamBuf &)=delete | |
StaticStreamBuf & | operator= (const StaticStreamBuf &)=delete |
StaticStreamBuf (StaticStreamBuf &&)=delete | |
StaticStreamBuf & | operator= (StaticStreamBuf &&)=delete |
const char * | data () const noexcept |
bool | empty () const noexcept |
std::size_t | size () const noexcept |
std::string_view | str () const noexcept |
void | reset () noexcept |
Reset the current position back to the beginning of the buffer. | |
Definition at line 147 of file Stream.hpp.
|
inlinenoexcept |
Definition at line 149 of file Stream.hpp.
|
overridedefault |
|
delete |
|
delete |
|
delete |
|
delete |
|
inlinenoexcept |
Definition at line 160 of file Stream.hpp.
Referenced by toolbox::util::StaticStreamBuf< MaxN >::str().
|
inlinenoexcept |
Definition at line 161 of file Stream.hpp.
|
inlinenoexcept |
Definition at line 162 of file Stream.hpp.
Referenced by toolbox::util::StaticStreamBuf< MaxN >::str().
|
inlinenoexcept |
Definition at line 164 of file Stream.hpp.
|
inlinenoexcept |
Reset the current position back to the beginning of the buffer.
Definition at line 166 of file Stream.hpp.
Referenced by toolbox::util::StaticStreamBuf< MaxN >::StaticStreamBuf().