Arkanjo 0.2
A tool for find code duplicated functions in codebases
Loading...
Searching...
No Matches
Context Struct Reference

#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
 

Detailed Description

Definition at line 23 of file orchestrator.hpp.

Member Data Documentation

◆ argc

int Context::argc

Definition at line 28 of file orchestrator.hpp.

◆ argv

char** Context::argv

Definition at line 29 of file orchestrator.hpp.

◆ command_name

std::string Context::command_name

Definition at line 24 of file orchestrator.hpp.

◆ extra_args

std::vector<std::string> Context::extra_args

Definition at line 26 of file orchestrator.hpp.

◆ options

ParsedOptions Context::options

Definition at line 25 of file orchestrator.hpp.


The documentation for this struct was generated from the following file: