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

This is the complete list of members for tec::Socket, 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
send(const Bytes &data, const Socket *sock)tec::Socketinlinestatic
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