VOX
A little voxel engine
|
This is the complete list of members for ConnectionSocket, including all inherited members.
close() | Socket | protected |
ConnectionSocket(int sockfd) | ConnectionSocket | |
ConnectionSocket(const ConnectionSocket &other)=delete | ConnectionSocket | |
ConnectionSocket(ConnectionSocket &&other) | ConnectionSocket | |
ConnectionSocket() | ConnectionSocket | protected |
getFd() const | Socket | |
m_sockfd | Socket | protected |
operator=(const ConnectionSocket &other)=delete | ConnectionSocket | |
operator=(ConnectionSocket &&other) | ConnectionSocket | |
Socket::operator=(const Socket &other)=delete | Socket | |
Socket::operator=(Socket &&other) | Socket | |
operator==(const Socket &other) const | Socket | |
operator==(const int &fd) const | Socket | |
recv(char *data, size_t size) | ConnectionSocket | |
send(const char *data, size_t size) | ConnectionSocket | |
Socket(const Socket &other)=delete | Socket | |
Socket(Socket &&other) | Socket | |
Socket() | Socket | protected |
~ConnectionSocket() | ConnectionSocket | virtual |
~Socket() | Socket | virtual |