|
Arkanjo 0.2
A tool for find code duplicated functions in codebases
|
This is the complete list of members for RandomSelector, including all inherited members.
| COMMAND_DESCRIPTION("Select random pairs of functions within a specified similarity range. " "The provided MIN_SIMILARITY and MAX_SIMILARITY parameters define the " "inclusive similarity interval, and up to MAX_QUANTITY pairs are randomly " "selected and displayed.") explicit RandomSelector(Similarity_Table *_similarity_table) | RandomSelector | |
| description() const =0 | ICommand | pure virtual |
| do_run(const std::string command_name, const ParsedOptions &options, const OptionsCollector *collector=nullptr) override | CommandBase< RandomSelector > | virtual |
| options() const final | CommandBase< RandomSelector > | virtual |
| options_ | RandomSelector | static |
| print_help(const std::string command_name, const OptionsCollector *collector) const | CommandBase< RandomSelector > | virtual |
| run(const ParsedOptions &options) override | RandomSelector | virtual |
| validate(const ParsedOptions &options) override | RandomSelector | virtual |
| ~ICommand()=default | ICommand | virtual |