TEC
A lightweight C++ library enabling safe, efficient execution in multithreaded and concurrent systems.
Loading...
Searching...
No Matches
tec::SocketCharStreamOut Struct Reference

Output descriptor for character stream mode. More...

#include <tec_socket.hpp>

Public Attributes

std::string * str
 Pointer to the string that will receive the response.
 

Detailed Description

Output descriptor for character stream mode.

Used when the server is configured in kModeCharStream to provide a pointer to a string where the response should be stored.


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