|
Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
|
#include <serialise.hh>
Public Member Functions | |
| TeeSink (Sink &sink1, Sink &sink2) | |
| virtual void | operator() (std::string_view data) override |
| Public Member Functions inherited from nix::Sink | |
| virtual bool | good () |
Public Attributes | |
| Sink & | sink1 |
| Sink & | sink2 |
A sink that writes all incoming data to two other sinks.
|
inlineoverridevirtual |
Implements nix::Sink.