|
TEC
A lightweight C++ library enabling safe, efficient execution in multithreaded and concurrent systems.
|
This is the complete list of members for tec::Socket, including all inherited members.
| addr | tec::Socket | |
| buffer | tec::Socket | |
| buffer_size | tec::Socket | |
| fd | tec::Socket | |
| port | tec::Socket | |
| recv(Bytes &data, const Socket *sock, size_t length) | tec::Socket | inlinestatic |
| send(const Bytes &data, const Socket *sock) | tec::Socket | inlinestatic |
| Socket(int _fd, const char *_addr, int _port) | tec::Socket | inline |
| Socket(int _fd, const char *_addr, int _port, char *_buffer, size_t _buffer_size) | tec::Socket | inline |