This is the complete list of members for SocketIO::SIODelegate, including all inherited members.
onClose(SIOClient *client)=0 | SocketIO::SIODelegate | pure virtual |
onConnect(SIOClient *client)=0 | SocketIO::SIODelegate | pure virtual |
onError(SIOClient *client, const std::string &data)=0 | SocketIO::SIODelegate | pure virtual |
onMessage(SIOClient *client, const std::string &data)=0 | SocketIO::SIODelegate | pure virtual |
~SIODelegate() | SocketIO::SIODelegate | inlinevirtual |