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

#include <wpinet/raw_socket_ostream.h>

Inheritance diagram for wpi::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::raw_socket_ostream::raw_socket_ostream ( NetworkStream & stream,
bool shouldClose )
inline

◆ ~raw_socket_ostream()

wpi::raw_socket_ostream::~raw_socket_ostream ( )
override

Member Function Documentation

◆ clear_error()

void wpi::raw_socket_ostream::clear_error ( )
inline

◆ close()

void wpi::raw_socket_ostream::close ( )

◆ error_detected()

void wpi::raw_socket_ostream::error_detected ( )
inlineprotected

◆ has_error()

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

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