struct Option
Defined at line 62 of file ../../src/lib/fxl/command_line.h
Public Members
basic_string name
basic_string value
Public Methods
void Option (const std::string & name)
CommandLine -----------------------------------------------------------------
Defined at line 11 of file ../../src/lib/fxl/command_line.cc
void Option (const std::string & name, const std::string & value)
Defined at line 13 of file ../../src/lib/fxl/command_line.cc
void Option ()
Defined at line 63 of file ../../src/lib/fxl/command_line.h
bool operator== (const Option & other)
Defined at line 67 of file ../../src/lib/fxl/command_line.h
bool operator!= (const Option & other)
Defined at line 70 of file ../../src/lib/fxl/command_line.h