|
WINDEX
|
This is the complete list of members for wex::cSocket, including all inherited members.
| client(const std::string &ipaddr, const std::string &port, std::function< void(std::string &port, const std::string &msg)> readHandler) | wex::cSocket | inline |
| cSocket() (defined in wex::cSocket) | wex::cSocket | inline |
| isConnected() (defined in wex::cSocket) | wex::cSocket | inline |
| RetryConnectServer(bool f) | wex::cSocket | inline |
| run() | wex::cSocket | inline |
| send(const std::string &msg) | wex::cSocket | inline |
| server(const std::string &port, std::function< void(std::string &port)> connectHandler, std::function< void(std::string &port, const std::string &msg)> readHandler) | wex::cSocket | inline |