The InspIRCd Project
Home | Developers | Wiki | Forums | Bug Tracker | SVN | Download
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

CommandParser Member List

This is the complete list of members for CommandParser, including all inherited members.

ageclassbase
CallHandler(const std::string &commandname, const std::vector< std::string > &parameters, User *user)CommandParser
classbase()classbase
cmdlistCommandParser
CommandParser(InspIRCd *Instance)CommandParser
CreateCommand(Command *f, void *so_handle=NULL)CommandParser
DoLines(User *current, bool one_only=false)CommandParser
FindSym(void **v, void *h, const std::string &name)CommandParser [private]
GetHandler(const std::string &commandname)CommandParser
IsValidCommand(const std::string &commandname, unsigned int pcnt, User *user)CommandParser
LoadCommand(const char *name)CommandParser [private]
LoopCall(User *user, Command *CommandObj, const std::vector< std::string > &parameters, unsigned int splithere, unsigned int extra)CommandParser
LoopCall(User *user, Command *CommandObj, const std::vector< std::string > &parameters, unsigned int splithere)CommandParser
paraCommandParser [private]
ProcessBuffer(std::string &buffer, User *user)CommandParser
ProcessCommand(User *user, std::string &cmd)CommandParser [private]
ProcessParameters(std::vector< std::string > &command_p, char *parameters)CommandParser [private]
ReloadCommand(std::string cmd, User *user)CommandParser
RemoveCommand(nspace::hash_map< std::string, Command * >::iterator safei, const char *source)CommandParser [private]
RemoveCommands(const char *source)CommandParser
RFCCommandsCommandParser [private]
ServerInstanceCommandParser [private]
SetupCommandTable(User *user)CommandParser
TranslateUIDs(TranslateType to, const std::string &source, std::string &dest)CommandParser
~classbase()classbase [inline, virtual]