|
Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
|
#include <serialise.hh>
Public Member Functions | |
| StringSink (const size_t reservedSize) | |
| StringSink (std::string &&s) | |
| void | operator() (std::string_view data) override |
| Public Member Functions inherited from nix::Sink | |
| virtual bool | good () |
Public Attributes | |
| std::string | s |
A sink that writes data to a string.
|
overridevirtual |
Implements nix::Sink.