LogCabin
|
Parses argv for the main function. More...
Public Member Functions | |
OptionParser (int &argc, char **&argv) | |
void | usage () |
Public Attributes | |
int & | argc |
char **& | argv |
std::string | cluster |
std::string | logPolicy |
uint64_t | timeout |
Parses argv for the main function.
Definition at line 33 of file HelloWorld.cc.
anonymous_namespace{HelloWorld.cc}::OptionParser::OptionParser | ( | int & | argc, |
char **& | argv | ||
) | [inline] |
Definition at line 35 of file HelloWorld.cc.
void anonymous_namespace{HelloWorld.cc}::OptionParser::usage | ( | ) | [inline] |
Definition at line 82 of file HelloWorld.cc.
int& anonymous_namespace{HelloWorld.cc}::OptionParser::argc |
Definition at line 145 of file HelloWorld.cc.
char**& anonymous_namespace{HelloWorld.cc}::OptionParser::argv |
Definition at line 146 of file HelloWorld.cc.
std::string anonymous_namespace{HelloWorld.cc}::OptionParser::cluster |
Definition at line 147 of file HelloWorld.cc.
std::string anonymous_namespace{HelloWorld.cc}::OptionParser::logPolicy |
Definition at line 148 of file HelloWorld.cc.
uint64_t anonymous_namespace{HelloWorld.cc}::OptionParser::timeout |
Definition at line 149 of file HelloWorld.cc.