commandList (defined in CommandParserInterface) | CommandParserInterface | [protected] |
CommandParserInterface() (defined in CommandParserInterface) | CommandParserInterface | |
GetName(void) const =0 | CommandParserInterface | [pure virtual] |
GetRegisteredCommand(const char *command, RegisteredCommand *rc) (defined in CommandParserInterface) | CommandParserInterface | [virtual] |
IntegersToPlayerID(int binaryAddress, int port) | CommandParserInterface | [protected] |
OnCommand(const char *command, unsigned numParameters, char **parameterList, TransportInterface *transport, PlayerID playerId, const char *originalString)=0 | CommandParserInterface | [pure virtual] |
OnConnectionLost(PlayerID playerId, TransportInterface *transport) | CommandParserInterface | [virtual] |
OnNewIncomingConnection(PlayerID playerId, TransportInterface *transport) | CommandParserInterface | [virtual] |
OnTransportChange(TransportInterface *transport) | CommandParserInterface | [virtual] |
ParseConsoleString(char *str, const char delineator, unsigned char delineatorToggle, unsigned *numParameters, char **parameterList, unsigned parameterListLength) (defined in CommandParserInterface) | CommandParserInterface | [static] |
RegisterCommand(unsigned char parameterCount, const char *command, const char *commandHelp) | CommandParserInterface | [protected, virtual] |
ReturnResult(bool res, const char *command, TransportInterface *transport, PlayerID playerId) | CommandParserInterface | [protected, virtual] |
ReturnResult(char *res, const char *command, TransportInterface *transport, PlayerID playerId) (defined in CommandParserInterface) | CommandParserInterface | [protected, virtual] |
ReturnResult(PlayerID res, const char *command, TransportInterface *transport, PlayerID playerId) (defined in CommandParserInterface) | CommandParserInterface | [protected, virtual] |
ReturnResult(int res, const char *command, TransportInterface *transport, PlayerID playerId) (defined in CommandParserInterface) | CommandParserInterface | [protected, virtual] |
ReturnResult(const char *command, TransportInterface *transport, PlayerID playerId) | CommandParserInterface | [protected, virtual] |
SendCommandList(TransportInterface *transport, PlayerID playerId) (defined in CommandParserInterface) | CommandParserInterface | [virtual] |
SendHelp(TransportInterface *transport, PlayerID playerId)=0 | CommandParserInterface | [pure virtual] |
VARIABLE_NUMBER_OF_PARAMETERS (defined in CommandParserInterface) | CommandParserInterface | [static] |
~CommandParserInterface() (defined in CommandParserInterface) | CommandParserInterface | [virtual] |