Stellarium 0.15.2
|
This is the complete list of members for Connection, including all inherited members.
Connection(Server &server, SOCKET fd) (defined in Connection) | Connection | |
fd (defined in Socket) | Socket | protected |
getServerMinusClientTime(void) const (defined in Connection) | Connection | inline |
hangup() (defined in Socket) | Socket | |
isClosed() const (defined in Socket) | Socket | inlinevirtual |
performReading(void) | Connection | protected |
performWriting(void) | Connection | protected |
prepareSelectFds(fd_set &read_fds, fd_set &write_fds, int &fd_max) (defined in Connection) | Connection | protectedvirtual |
read_buff (defined in Connection) | Connection | protected |
read_buff_end (defined in Connection) | Connection | protected |
readNonblocking(void *buf, int count) (defined in Socket) | Socket | inlineprotected |
server (defined in Socket) | Socket | protected |
Socket(Server &server, SOCKET fd) (defined in Socket) | Socket | inlineprotected |
write_buff (defined in Connection) | Connection | protected |
write_buff_end (defined in Connection) | Connection | protected |
writeNonblocking(const void *buf, int count) (defined in Socket) | Socket | inlineprotected |
~Socket() (defined in Socket) | Socket | inlinevirtual |