7#include "wpi/util/raw_ostream.hpp"
16 : m_stream(stream), m_shouldClose(shouldClose) {}
28 void write_impl(
const char* data,
size_t len)
override;
29 uint64_t current_pos()
const override;
Definition NetworkStream.hpp:12
void error_detected()
Definition raw_socket_ostream.hpp:25
bool has_error() const
Definition raw_socket_ostream.hpp:21
~raw_socket_ostream() override
void clear_error()
Definition raw_socket_ostream.hpp:22
raw_socket_ostream(NetworkStream &stream, bool shouldClose)
Definition raw_socket_ostream.hpp:15
Definition raw_socket_ostream.hpp:9