|
Arkanjo 0.2
A tool for find code duplicated functions in codebases
|
#include <orchestrator.hpp>
Collaboration diagram for Context:Public Attributes | |
| std::string | command_name |
| ParsedOptions | options |
| std::vector< std::string > | extra_args |
| int | argc |
| char ** | argv |
Definition at line 23 of file orchestrator.hpp.
| int Context::argc |
Definition at line 28 of file orchestrator.hpp.
| char** Context::argv |
Definition at line 29 of file orchestrator.hpp.
| std::string Context::command_name |
Definition at line 24 of file orchestrator.hpp.
| std::vector<std::string> Context::extra_args |
Definition at line 26 of file orchestrator.hpp.
| ParsedOptions Context::options |
Definition at line 25 of file orchestrator.hpp.