|
libBsdSockets
C++ Wrapper classes to the BSD Socket API
|
This is the complete list of members for BsdSockets::Socket, including all inherited members.
| blockingReceive(void *buffer, size_t length) const | BsdSockets::Socket | |
| create(std::shared_ptr< Address > theAddress, int existingLowLevelSocket) | BsdSockets::Socket | static |
| getAddress() const | BsdSockets::Socket | |
| getLowLevelSocket() const | BsdSockets::Socket | |
| getSocketOption(int level, int optionName, void *optionValue, socklen_t *optionLength) const | BsdSockets::Socket | |
| poll(int timeout_ms, short eventsToLookFor) | BsdSockets::Socket | |
| Ptr typedef | BsdSockets::Socket | |
| receive(void *buffer, size_t length, int flags=0) const | BsdSockets::Socket | |
| select(int timeout_ms, bool checkRead, bool checkWrite, bool checkError) | BsdSockets::Socket | |
| send(const void *buffer, size_t length, int flags=0) const | BsdSockets::Socket | |
| setSocketOption(int level, int optionName, const void *optionValue, socklen_t optionLength) const | BsdSockets::Socket | |
| Socket(std::shared_ptr< Address > theAddress) | BsdSockets::Socket | protected |
| ~Socket() | BsdSockets::Socket | virtual |