Classes | Functions

CommandParserInterface.h File Reference

Contains CommandParserInterface , from which you derive custom command parsers. More...

#include "RakMemoryOverride.h"
#include "RakNetTypes.h"
#include "DS_OrderedList.h"
#include "Export.h"
Include dependency graph for CommandParserInterface.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  RegisteredCommand
class  CommandParserInterface
 The interface used by command parsers. More...

Functions

int RAK_DLL_EXPORT RegisteredCommandComp (const char *const &key, const RegisteredCommand &data)
 List of commands registered with RegisterCommand().

Detailed Description

Contains CommandParserInterface , from which you derive custom command parsers.

This file is part of RakNet Copyright 2003 Jenkins Software LLC

Usage of RakNet is subject to the appropriate license agreement.

Definition in file CommandParserInterface.h.


Function Documentation

int RAK_DLL_EXPORT RegisteredCommandComp ( const char *const &  key,
const RegisteredCommand data 
)

List of commands registered with RegisterCommand().

Definition at line 26 of file CommandParserInterface.cpp.