22#include <boost/iostreams/filtering_stream.hpp>
26namespace util::prometheus {
38 OStream(
bool compressionEnabled);
70 bool compressionEnabled_;
72 boost::iostreams::filtering_ostream stream_;
A stream that can optionally compress its data.
Definition OStream.hpp:31
OStream(bool compressionEnabled)
Construct a new OStream object.
Definition OStream.cpp:30
OStream & operator<<(T const &value)
Write to the stream.
Definition OStream.hpp:53
This namespace implements the data access layer and related components.
Definition AmendmentCenter.cpp:70