|
TEC
A lightweight C++ library enabling safe, efficient execution in multithreaded and concurrent systems.
|
Input descriptor for character stream mode. More...
#include <tec_socket.hpp>
Public Attributes | |
| const std::string * | str |
| Pointer to the received null-terminated string. | |
Input descriptor for character stream mode.
Used when the server is configured in kModeCharStream to pass a pointer to a received null-terminated string.