cppassist  1.0.0.f4fab4f962ff
C++ sanctuary for small but powerful and frequently required, stand alone features.
cppassist::CommandLineAction Member List

This is the complete list of members for cppassist::CommandLineAction, including all inherited members.

activated() constcppassist::CommandLineAction
add(CommandLineCommand *command)cppassist::CommandLineAction
add(CommandLineOption *option)cppassist::CommandLineAction
add(CommandLineSwitch *sw)cppassist::CommandLineAction
add(CommandLineParameter *parameter)cppassist::CommandLineAction
checkActivated()cppassist::CommandLineActionprotected
checkErrors()cppassist::CommandLineActionprotected
CommandLineAction(const std::string &name="", const std::string &description="")cppassist::CommandLineAction
commands() constcppassist::CommandLineAction
description() constcppassist::CommandLineAction
errors() constcppassist::CommandLineAction
execute()cppassist::CommandLineActionvirtual
getCommand(const std::string &name) constcppassist::CommandLineAction
getOption(const std::string &name) constcppassist::CommandLineAction
getParameter(const std::string &name) constcppassist::CommandLineAction
getParameter(size_t index) constcppassist::CommandLineAction
getSwitch(const std::string &name) constcppassist::CommandLineAction
hasErrors() constcppassist::CommandLineAction
m_activatedcppassist::CommandLineActionprotected
m_commandscppassist::CommandLineActionprotected
m_descriptioncppassist::CommandLineActionprotected
m_errorscppassist::CommandLineActionprotected
m_namecppassist::CommandLineActionprotected
m_optionalParameterNamecppassist::CommandLineActionprotected
m_optionalParameterscppassist::CommandLineActionprotected
m_optionalParametersAllowedcppassist::CommandLineActionprotected
m_optionscppassist::CommandLineActionprotected
m_parameterscppassist::CommandLineActionprotected
m_switchescppassist::CommandLineActionprotected
name() constcppassist::CommandLineAction
optionalParameterName() constcppassist::CommandLineAction
optionalParameters() constcppassist::CommandLineAction
optionalParametersAllowed() constcppassist::CommandLineAction
options() constcppassist::CommandLineAction
parameters() constcppassist::CommandLineAction
parse(int argc, char *argv[])cppassist::CommandLineAction
reset()cppassist::CommandLineAction
setDescription(const std::string &description)cppassist::CommandLineAction
setName(const std::string &name)cppassist::CommandLineAction
setOptionalParameterName(const std::string &name)cppassist::CommandLineAction
setOptionalParametersAllowed(bool allowed)cppassist::CommandLineAction
switches() constcppassist::CommandLineAction
usage() constcppassist::CommandLineAction
~CommandLineAction()cppassist::CommandLineActionvirtual