This is the complete list of members for OCL::TCP::RealCommand, including all inherited members.
_maxargs | OCL::TCP::RealCommand | protected |
_minargs | OCL::TCP::RealCommand | protected |
_name | OCL::TCP::Command | protected |
_parent | OCL::TCP::RealCommand | protected |
_syntax | OCL::TCP::RealCommand | protected |
Command(std::string name) | OCL::TCP::Command | |
correctSyntax(unsigned int argc, std::string *args) | OCL::TCP::RealCommand | virtual |
execute(int argc, std::string *args) | OCL::TCP::RealCommand | |
find(const std::vector< Command * > &cmds, const std::string &cmp) | OCL::TCP::Command | static |
getName() const | OCL::TCP::Command | |
getRealCommand(const std::vector< Command * > &cmds) const | OCL::TCP::RealCommand | virtual |
getSyntax() const | OCL::TCP::RealCommand | |
is(std::string &cmd) const | OCL::TCP::Command | virtual |
maincode(int argc, std::string *args)=0 | OCL::TCP::RealCommand | protectedpure virtual |
operator!=(const std::string &cmp) const | OCL::TCP::Command | |
operator<(const Command &cmp) const | OCL::TCP::Command | |
operator==(const std::string &cmp) const | OCL::TCP::Command | |
RealCommand(std::string name, TcpReportingInterpreter *parent, unsigned int minargs=0, unsigned int maxargs=0, const char *syntax=0) | OCL::TCP::RealCommand | |
sendError102() const | OCL::TCP::RealCommand | protected |
sendOK() const | OCL::TCP::RealCommand | protected |
socket() const | OCL::TCP::RealCommand | inlineprotected |
toupper(std::string *args, int index) const | OCL::TCP::RealCommand | protected |
toupper(std::string *args, int start, int stop) const | OCL::TCP::RealCommand | protected |
~Command() | OCL::TCP::Command | virtual |
~RealCommand() | OCL::TCP::RealCommand | virtual |