class CommandLineBuilder

Defined at line 144 of file ../../src/lib/fxl/command_line.h

Helper class for building command lines (finding options, etc.) from raw

arguments.

Public Methods

void CommandLineBuilder ()

Defined at line 73 of file ../../src/lib/fxl/command_line.cc

void ~CommandLineBuilder ()

Defined at line 74 of file ../../src/lib/fxl/command_line.cc

bool ProcessArg (const std::string & arg)

Processes an additional argument in the command line. Returns true if |arg|

is the *first* positional argument.

Defined at line 76 of file ../../src/lib/fxl/command_line.cc

CommandLine Build ()

Builds a |CommandLine| from the arguments processed so far.

Defined at line 119 of file ../../src/lib/fxl/command_line.cc