LogCabin
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Public Attributes
anonymous_namespace{Main.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
bool bootstrap
std::string configFilename
bool daemon
std::string debugLogFilename
std::string pidFilename
bool testConfig

Detailed Description

Parses argv for the main function.

Definition at line 35 of file Main.cc.


Constructor & Destructor Documentation

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

Definition at line 37 of file Main.cc.


Member Function Documentation

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

Definition at line 101 of file Main.cc.


Member Data Documentation

int& anonymous_namespace{Main.cc}::OptionParser::argc

Definition at line 173 of file Main.cc.

char**& anonymous_namespace{Main.cc}::OptionParser::argv

Definition at line 174 of file Main.cc.

bool anonymous_namespace{Main.cc}::OptionParser::bootstrap

Definition at line 175 of file Main.cc.

std::string anonymous_namespace{Main.cc}::OptionParser::configFilename

Definition at line 176 of file Main.cc.

bool anonymous_namespace{Main.cc}::OptionParser::daemon

Definition at line 177 of file Main.cc.

std::string anonymous_namespace{Main.cc}::OptionParser::debugLogFilename

Definition at line 178 of file Main.cc.

std::string anonymous_namespace{Main.cc}::OptionParser::pidFilename

Definition at line 179 of file Main.cc.

bool anonymous_namespace{Main.cc}::OptionParser::testConfig

Definition at line 180 of file Main.cc.


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