LogCabin
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Public Attributes
anonymous_namespace{TreeOps.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
Command command
std::pair< std::string,
std::string > 
condition
std::string dir
std::string logPolicy
std::string path
uint64_t timeout

Detailed Description

Parses argv for the main function.

Definition at line 46 of file TreeOps.cc.


Constructor & Destructor Documentation

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

Definition at line 48 of file TreeOps.cc.


Member Function Documentation

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

Definition at line 165 of file TreeOps.cc.


Member Data Documentation

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.


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