This is the complete list of members for SocketIO::SIODelegate, including all inherited members.
fireEventToScript(SIOClient *client, const std::string &eventName, const std::string &data) | SocketIO::SIODelegate | inlinevirtual |
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 |