|
TEC
A lightweight C++ library enabling safe, efficient execution in multithreaded and concurrent systems.
|
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. | |
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.