| addSection(int i) (defined in Command) | Command | inline |
| BasicCommand(const std::string &name, const std::string &description) (defined in BasicCommand) | BasicCommand | |
| BasicCommand(const BasicCommand &cmd) (defined in BasicCommand) | BasicCommand | inline |
| cmd_section_type typedef | Command | |
| cmdArgLayout (defined in Command) | Command | static |
| CmdFormat() | CmdFormat | inline |
| Command() (defined in Command) | Command | inline |
| Command(const Command &cmd) (defined in Command) | Command | inline |
| contextIsSet() const | Contextual | inline |
| contextPtr (defined in Contextual) | Contextual | protected |
| Contextual() | Contextual | inline |
| Contextual(const Contextual &src) | Contextual | inline |
| Contextual(Context &ctx) | Contextual | inline |
| exec() const override | CmdFormat | inlinevirtual |
| getCloner() (defined in Contextual) | Contextual | inlinestatic |
| getContext() const | Contextual | inline |
| getLastParameters() const (defined in Command) | Command | inline |
| getName() const final | BeanCommand< BeanLike > | inlinevirtual |
| getRelatedCommands(std::ostream &ostr=std::cout) const (defined in Command) | Command | virtual |
| hasParameters() const (defined in Command) | Command | inline |
| lastParameters (defined in Command) | Command | protected |
| linkRelated(const std::string &cmdKey) const | Command | inline |
| parameterKeysToStream(std::ostream &ostr) const (defined in Command) | Command | inlinevirtual |
| parameterKeysToStream(std::ostream &ostr, const std::list< std::string > &list, char sep=',') const (defined in Command) | Command | |
| parametersToStream(std::ostream &ostr, const std::string &indent=" ") const | Command | virtual |
| presets | CmdFormat | static |
| relatedCommands (defined in Command) | Command | mutableprotected |
| run(const std::string ¶ms="") final | Command | inlinevirtual |
| section (defined in Command) | Command | |
| setContext() | Contextual | inline |
| setExternalContext(Context &ctx) | Contextual | inline |
| setParameter(const std::string &key, const T &value) | Command | inline |
| setParameters(const std::string &args) final | Command | virtual |
| setParameters(const T &args) (defined in Command) | Command | inline |
| SimpleCommand(const std::string &name, const std::string &description, const std::string &key="value", const T &initValue=T(), const std::string &unit="") (defined in SimpleCommand< T >) | SimpleCommand< T > | inline |
| SimpleCommand(const std::string &name, const std::string &description, const std::string &key, std::initializer_list< S > l, const std::string &unit="") | SimpleCommand< T > | inline |
| SimpleCommand(const SimpleCommand &cmd) (defined in SimpleCommand< T >) | SimpleCommand< T > | inline |
| update() | Command | inlinevirtual |
| value (defined in SimpleCommand< T >) | SimpleCommand< T > | |
| ~Command() (defined in Command) | Command | inlinevirtual |