cpp-mate
0.7
Helpful library for C++.
|
Represents sink which just ignore all input data. More...
#include <BinarySink.hpp>
Public Member Functions | |
void | write (const void *data, uint64_t) override |
Writes data into the sink. More... | |
![]() | |
virtual | ~BinarySink ()=default |
Represents sink which just ignore all input data.
|
inlineoverridevirtual |
Writes data into the sink.
data | the pointer to data. |
size | the size of data. |
std::invalid_argument,std::ostream::failure |
Implements CppMate::BinarySink.