#include <serialise.hh>
|
| BufferedSink (size_t bufSize=32 *1024) |
|
void | operator() (std::string_view data) override |
|
void | flush () |
|
virtual bool | good () |
|
|
virtual void | writeUnbuffered (std::string_view data)=0 |
|
A buffered abstract sink. Warning: a BufferedSink should not be used from multiple threads concurrently.
◆ operator()()
void nix::BufferedSink::operator() |
( |
std::string_view | data | ) |
|
|
overridevirtual |
The documentation for this struct was generated from the following files:
- /home/buildozer/aports/community/nix/src/nix-2.26.3/src/libutil/serialise.hh
- /home/buildozer/aports/community/nix/src/nix-2.26.3/src/libutil/serialise.cc