RakNet::CommandParserInterface Member List
This is the complete list of members for
RakNet::CommandParserInterface, including all inherited members.
| GetName(void) const =0 | RakNet::CommandParserInterface | [pure virtual] |
| OnCommand(const char *command, unsigned numParameters, char **parameterList, TransportInterface *transport, const SystemAddress &systemAddress, const char *originalString)=0 | RakNet::CommandParserInterface | [pure virtual] |
| OnConnectionLost(const SystemAddress &systemAddress, TransportInterface *transport) | RakNet::CommandParserInterface | [virtual] |
| OnNewIncomingConnection(const SystemAddress &systemAddress, TransportInterface *transport) | RakNet::CommandParserInterface | [virtual] |
| OnTransportChange(TransportInterface *transport) | RakNet::CommandParserInterface | [virtual] |
| RegisterCommand(unsigned char parameterCount, const char *command, const char *commandHelp) | RakNet::CommandParserInterface | [virtual] |
| ReturnResult(bool res, const char *command, TransportInterface *transport, const SystemAddress &systemAddress) | RakNet::CommandParserInterface | [virtual] |
| ReturnResult(const char *command, TransportInterface *transport, const SystemAddress &systemAddress) | RakNet::CommandParserInterface | [virtual] |
| SendHelp(TransportInterface *transport, const SystemAddress &systemAddress)=0 | RakNet::CommandParserInterface | [pure virtual] |