|
Arkanjo 0.2
A tool for find code duplicated functions in codebases
|
This is the complete list of members for CommandBase< Derived >, including all inherited members.
| description() const =0 | ICommand | pure virtual |
| do_run(const std::string command_name, const ParsedOptions &options, const OptionsCollector *collector=nullptr) override | CommandBase< Derived > | virtual |
| options() const final | CommandBase< Derived > | virtual |
| print_help(const std::string command_name, const OptionsCollector *collector) const | CommandBase< Derived > | virtual |
| run(const ParsedOptions &options)=0 | ICommand | pure virtual |
| validate(const ParsedOptions &options)=0 | ICommand | pure virtual |
| ~ICommand()=default | ICommand | virtual |