Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

cCommandMap Class Reference

#include <cmds.h>

List of all members.

Public Methods

 cCommandMap ()
P_COMMAND addGmCommand (std::string name, UI08 number,std::string callback)
P_COMMAND findCommand (char *name, NXWCLIENT client)
void clearCommandMap (void)
void fillCommandMap (void)

Static Private Attributes

std::map< std::string, P_COMMANDcommand_map
 all commands


Constructor & Destructor Documentation

cCommandMap::cCommandMap  
 


Member Function Documentation

P_COMMAND cCommandMap::addGmCommand std::string    name,
UI08    number,
std::string    callback
 

void cCommandMap::clearCommandMap void   
 

void cCommandMap::fillCommandMap void   
 

P_COMMAND cCommandMap::findCommand char *    name,
NXWCLIENT    client
 


Member Data Documentation

std::map< std::string, P_COMMAND > cCommandMap::command_map [static, private]
 

all commands


The documentation for this class was generated from the following files: SourceForge.net Logo