#include <command_line.h>
Public Member Functions | |
| CommandLineBuilder () | |
| ~CommandLineBuilder () | |
| bool | ProcessArg (const std::string &arg) |
| CommandLine | Build () const |
Definition at line 145 of file command_line.h.
| fml::internal::CommandLineBuilder::CommandLineBuilder | ( | ) |
Definition at line 86 of file command_line.cc.
| fml::internal::CommandLineBuilder::~CommandLineBuilder | ( | ) |
Definition at line 87 of file command_line.cc.
| CommandLine fml::internal::CommandLineBuilder::Build | ( | ) | const |
Definition at line 132 of file command_line.cc.
Referenced by fml::CommandLineFromIteratorsFindFirstPositionalArg(), and fml::CommandLineFromIteratorsWithArgv0().
| bool fml::internal::CommandLineBuilder::ProcessArg | ( | const std::string & | arg | ) |
Definition at line 89 of file command_line.cc.
Referenced by fml::CommandLineFromIteratorsFindFirstPositionalArg(), and fml::CommandLineFromIteratorsWithArgv0().