![]() |
Toolbox snapshot
The Reactive C++ Toolbox
|
#include <toolbox/util/Stream.hpp>
Public Member Functions | |
OStaticStream () | |
~OStaticStream () override=default | |
OStaticStream (const OStaticStream &)=delete | |
OStaticStream & | operator= (const OStaticStream &)=delete |
OStaticStream (OStaticStream &&)=delete | |
OStaticStream & | operator= (OStaticStream &&)=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 176 of file Stream.hpp.
|
inline |
Definition at line 178 of file Stream.hpp.
|
overridedefault |
|
delete |
|
delete |
|
delete |
|
delete |
|
inlinenoexcept |
Definition at line 193 of file Stream.hpp.
|
inlinenoexcept |
Definition at line 194 of file Stream.hpp.
Referenced by BOOST_AUTO_TEST_CASE().
|
inlinenoexcept |
Definition at line 195 of file Stream.hpp.
Referenced by BOOST_AUTO_TEST_CASE().
|
inlinenoexcept |
Definition at line 197 of file Stream.hpp.
Referenced by BOOST_AUTO_TEST_CASE(), and toolbox::util::ErrMsg::operator std::string_view().
|
inlinenoexcept |
Reset the current position back to the beginning of the buffer.
Definition at line 199 of file Stream.hpp.
Referenced by BOOST_AUTO_TEST_CASE().