|
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 | size |
| uint64_t | writers |
| uint64_t | totalWrites |
| uint64_t | timeout |
Parses argv for the main function.
Definition at line 50 of file Benchmark.cc.
| anonymous_namespace{Benchmark.cc}::OptionParser::OptionParser | ( | int & | argc, |
| char **& | argv | ||
| ) | [inline] |
Definition at line 52 of file Benchmark.cc.
| void anonymous_namespace{Benchmark.cc}::OptionParser::usage | ( | ) | [inline] |
Definition at line 114 of file Benchmark.cc.
| int& anonymous_namespace{Benchmark.cc}::OptionParser::argc |
Definition at line 185 of file Benchmark.cc.
| char**& anonymous_namespace{Benchmark.cc}::OptionParser::argv |
Definition at line 186 of file Benchmark.cc.
| std::string anonymous_namespace{Benchmark.cc}::OptionParser::cluster |
Definition at line 187 of file Benchmark.cc.
| std::string anonymous_namespace{Benchmark.cc}::OptionParser::logPolicy |
Definition at line 188 of file Benchmark.cc.
| uint64_t anonymous_namespace{Benchmark.cc}::OptionParser::size |
Definition at line 189 of file Benchmark.cc.
| uint64_t anonymous_namespace{Benchmark.cc}::OptionParser::writers |
Definition at line 190 of file Benchmark.cc.
| uint64_t anonymous_namespace{Benchmark.cc}::OptionParser::totalWrites |
Definition at line 191 of file Benchmark.cc.
| uint64_t anonymous_namespace{Benchmark.cc}::OptionParser::timeout |
Definition at line 192 of file Benchmark.cc.
1.7.6.1