|
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 |
| Command | command |
| std::pair< std::string, std::string > | condition |
| std::string | dir |
| std::string | logPolicy |
| std::string | path |
| uint64_t | timeout |
Parses argv for the main function.
Definition at line 46 of file TreeOps.cc.
| anonymous_namespace{TreeOps.cc}::OptionParser::OptionParser | ( | int & | argc, |
| char **& | argv | ||
| ) | [inline] |
Definition at line 48 of file TreeOps.cc.
| void anonymous_namespace{TreeOps.cc}::OptionParser::usage | ( | ) | [inline] |
Definition at line 165 of file TreeOps.cc.
| int& anonymous_namespace{TreeOps.cc}::OptionParser::argc |
Definition at line 273 of file TreeOps.cc.
| char**& anonymous_namespace{TreeOps.cc}::OptionParser::argv |
Definition at line 274 of file TreeOps.cc.
| std::string anonymous_namespace{TreeOps.cc}::OptionParser::cluster |
Definition at line 275 of file TreeOps.cc.
| Command anonymous_namespace{TreeOps.cc}::OptionParser::command |
Definition at line 276 of file TreeOps.cc.
| std::pair<std::string, std::string> anonymous_namespace{TreeOps.cc}::OptionParser::condition |
Definition at line 277 of file TreeOps.cc.
| std::string anonymous_namespace{TreeOps.cc}::OptionParser::dir |
Definition at line 278 of file TreeOps.cc.
| std::string anonymous_namespace{TreeOps.cc}::OptionParser::logPolicy |
Definition at line 279 of file TreeOps.cc.
| std::string anonymous_namespace{TreeOps.cc}::OptionParser::path |
Definition at line 280 of file TreeOps.cc.
| uint64_t anonymous_namespace{TreeOps.cc}::OptionParser::timeout |
Definition at line 281 of file TreeOps.cc.
1.7.6.1