EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ArgParser Class Reference
+ Collaboration diagram for ArgParser:

Public Member Functions

 ArgParser (int &argc, char **argv)
 
string get_value (const string &option) const
 

Private Attributes

vector< string > args
 

Detailed Description

Definition at line 11 of file xclient.cc.

View newest version in sPHENIX GitHub at line 11 of file xclient.cc

Constructor & Destructor Documentation

ArgParser::ArgParser ( int &  argc,
char **  argv 
)

Definition at line 50 of file xclient.cc.

View newest version in sPHENIX GitHub at line 50 of file xclient.cc

References charm_jet_coverage::args.

Member Function Documentation

string ArgParser::get_value ( const string &  option) const

Definition at line 56 of file xclient.cc.

View newest version in sPHENIX GitHub at line 56 of file xclient.cc

References charm_jet_coverage::args, nlohmann::to_string(), and value.

Referenced by main().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Member Data Documentation

vector<string> ArgParser::args
private

Definition at line 17 of file xclient.cc.

View newest version in sPHENIX GitHub at line 17 of file xclient.cc


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