This is the complete list of members for crow::websocket::connection, including all inherited members.
close(const std::string &msg="quit")=0 (defined in crow::websocket::connection) | crow::websocket::connection | pure virtual |
send_binary(const std::string &msg)=0 (defined in crow::websocket::connection) | crow::websocket::connection | pure virtual |
send_ping(const std::string &msg)=0 (defined in crow::websocket::connection) | crow::websocket::connection | pure virtual |
send_pong(const std::string &msg)=0 (defined in crow::websocket::connection) | crow::websocket::connection | pure virtual |
send_text(const std::string &msg)=0 (defined in crow::websocket::connection) | crow::websocket::connection | pure virtual |
userdata(void *u) (defined in crow::websocket::connection) | crow::websocket::connection | inline |
userdata() (defined in crow::websocket::connection) | crow::websocket::connection | inline |
~connection() (defined in crow::websocket::connection) | crow::websocket::connection | inlinevirtual |