WPILibC++ 2027.0.0-alpha-4
Loading...
Searching...
No Matches
wpi::net::raw_socket_ostream Class Reference

#include <wpi/net/raw_socket_ostream.hpp>

Inheritance diagram for wpi::net::raw_socket_ostream:

Public Member Functions

 raw_socket_ostream (NetworkStream &stream, bool shouldClose)
 ~raw_socket_ostream () override
void close ()
bool has_error () const
void clear_error ()

Protected Member Functions

void error_detected ()

Constructor & Destructor Documentation

◆ raw_socket_ostream()

wpi::net::raw_socket_ostream::raw_socket_ostream ( NetworkStream & stream,
bool shouldClose )
inline

◆ ~raw_socket_ostream()

wpi::net::raw_socket_ostream::~raw_socket_ostream ( )
override

Member Function Documentation

◆ clear_error()

void wpi::net::raw_socket_ostream::clear_error ( )
inline

◆ close()

void wpi::net::raw_socket_ostream::close ( )

◆ error_detected()

void wpi::net::raw_socket_ostream::error_detected ( )
inlineprotected

◆ has_error()

bool wpi::net::raw_socket_ostream::has_error ( ) const
inline

The documentation for this class was generated from the following file: