SingleCommand< T, U, V, W > Member List

This is the complete list of members for SingleCommand< T, U, V, W >, including all inherited members.
allowMultipleCalls_Command [protected]
argumentNum_Command [protected]
cast(const std::string &s)Command [inline, protected]
checkParameters(const std::vector< std::string > &parameters)SingleCommand< T, U, V, W > [inline, virtual]
Command(const std::string &name, const std::string &shortName="", const std::string &infoText="", const std::string &parameterList="", const int argumentNum=1, const bool allowMultipleCalls=false)Command
execute(const std::vector< std::string > &parameters)SingleCommand< T, U, V, W > [inline, virtual]
getAllowMultipleCalls()Command
getArgumentNumber()Command
getInfoText()Command
getName()Command
getParameterList()Command
getShortName()Command
help()Command [virtual]
infoText_Command [protected]
is(const std::string &s)Command [inline, protected]
isValueInSet(const std::string &value, const std::set< std::string > &set)Command [protected]
loggerCat_Command [protected]
name_Command [protected]
parameterList_Command [protected]
ptr1_ (defined in SingleCommand< T, U, V, W >)SingleCommand< T, U, V, W > [protected]
ptr2_ (defined in SingleCommand< T, U, V, W >)SingleCommand< T, U, V, W > [protected]
ptr3_ (defined in SingleCommand< T, U, V, W >)SingleCommand< T, U, V, W > [protected]
ptr4_ (defined in SingleCommand< T, U, V, W >)SingleCommand< T, U, V, W > [protected]
shortName_Command [protected]
SingleCommand(T *ptr1, const std::string &name, const std::string &shortName="", const std::string &infoText="", const std::string parameterList="") (defined in SingleCommand< T, U, V, W >)SingleCommand< T, U, V, W > [inline]
SingleCommand(T *ptr1, U *ptr2, const std::string &name, const std::string &shortName="", const std::string &infoText="", const std::string parameterList="") (defined in SingleCommand< T, U, V, W >)SingleCommand< T, U, V, W > [inline]
SingleCommand(T *ptr1, U *ptr2, V *ptr3, const std::string &name, const std::string &shortName="", const std::string &infoText="", const std::string parameterList="") (defined in SingleCommand< T, U, V, W >)SingleCommand< T, U, V, W > [inline]
SingleCommand(T *ptr1, U *ptr2, V *ptr3, W *ptr4, const std::string &name, const std::string &shortName="", const std::string &infoText="", const std::string parameterList="") (defined in SingleCommand< T, U, V, W >)SingleCommand< T, U, V, W > [inline]
usage()Command [virtual]
~Command() (defined in Command)Command [virtual]
~SingleCommand() (defined in SingleCommand< T, U, V, W >)SingleCommand< T, U, V, W > [inline]