LogCabin
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Public Attributes
anonymous_namespace{Benchmark.cc}::OptionParser Class Reference

Parses argv for the main function. More...

List of all members.

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

Detailed Description

Parses argv for the main function.

Definition at line 50 of file Benchmark.cc.


Constructor & Destructor Documentation

anonymous_namespace{Benchmark.cc}::OptionParser::OptionParser ( int &  argc,
char **&  argv 
) [inline]

Definition at line 52 of file Benchmark.cc.


Member Function Documentation

void anonymous_namespace{Benchmark.cc}::OptionParser::usage ( ) [inline]

Definition at line 114 of file Benchmark.cc.


Member Data Documentation

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.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines