This is the complete list of members for DUNE::Network::TCPSocket, including all inherited members.
accept(Address *a=0, uint16_t *port=0) | DUNE::Network::TCPSocket | |
bind(uint16_t port=0, Address add=Address::Any, bool reuse=true) | DUNE::Network::TCPSocket | |
connect(const Address &add, uint16_t port) | DUNE::Network::TCPSocket | |
doFlush(void) | DUNE::IO::Handle | inlineprotectedvirtual |
doFlushOutput(void) | DUNE::IO::Handle | inlineprotectedvirtual |
flush(void) | DUNE::IO::Handle | inline |
flushInput(void) | DUNE::IO::Handle | inline |
flushOutput(void) | DUNE::IO::Handle | inline |
getBoundAddress(void) | DUNE::Network::TCPSocket | |
getBoundPort(void) | DUNE::Network::TCPSocket | |
getNative(void) const | DUNE::IO::Handle | inline |
listen(int backlog) | DUNE::Network::TCPSocket | |
read(uint8_t *data, size_t length) | DUNE::IO::Handle | inline |
read(char *data, size_t length) | DUNE::IO::Handle | inline |
readString(char *bfr, size_t length) | DUNE::IO::Handle | inline |
setKeepAlive(bool enabled) | DUNE::Network::TCPSocket | |
setNoDelay(bool enabled) | DUNE::Network::TCPSocket | |
setReceiveTimeout(double timeout) | DUNE::Network::TCPSocket | |
setSendTimeout(double timeout) | DUNE::Network::TCPSocket | |
TCPSocket(bool create=true) | DUNE::Network::TCPSocket | |
write(const uint8_t *data, size_t length) | DUNE::IO::Handle | inline |
write(const char *data, size_t length) | DUNE::IO::Handle | inline |
writeFile(const char *filename, int64_t off_end, int64_t off_beg=-1) | DUNE::Network::TCPSocket | |
writeString(const char *cstr) | DUNE::IO::Handle | inline |
~Handle(void) | DUNE::IO::Handle | inlinevirtual |
~TCPSocket(void) | DUNE::Network::TCPSocket | |