TEC
A lightweight C++ library enabling safe, efficient execution in multithreaded and concurrent systems.
Loading...
Searching...
No Matches
tec::SocketNd Member List

This is the complete list of members for tec::SocketNd, including all inherited members.

addrtec::Socket
buffertec::Socket
buffer_sizetec::Socket
fdtec::Socket
porttec::Socket
recv(Bytes &data, const Socket *sock, size_t length)tec::Socketinlinestatic
recv_nd(NetData *nd, const SocketNd *sock)tec::SocketNdinlinestatic
send(const Bytes &data, const Socket *sock)tec::Socketinlinestatic
send_nd(const NetData *nd, const SocketNd *sock)tec::SocketNdinlinestatic
Socket(int _fd, const char *_addr, int _port)tec::Socketinline
Socket(int _fd, const char *_addr, int _port, char *_buffer, size_t _buffer_size)tec::Socketinline
SocketNd(const Socket &sock)tec::SocketNdinlineexplicit
SocketNd(int _fd, const char *_addr, int _port, char *_buffer, size_t _buffer_size)tec::SocketNdinline