|
TEC
A lightweight C++ library enabling safe, efficient execution in multithreaded and concurrent systems.
|
This is the complete list of members for tec::SocketNd, 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 |
| recv_nd(NetData *nd, const SocketNd *sock) | tec::SocketNd | inlinestatic |
| send(const Bytes &data, const Socket *sock) | tec::Socket | inlinestatic |
| send_nd(const NetData *nd, const SocketNd *sock) | tec::SocketNd | 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 |
| SocketNd(const Socket &sock) | tec::SocketNd | inlineexplicit |
| SocketNd(int _fd, const char *_addr, int _port, char *_buffer, size_t _buffer_size) | tec::SocketNd | inline |