Flutter Engine
The Flutter Engine
|
#include <command_line.h>
Public Member Functions | |
CommandLineBuilder () | |
~CommandLineBuilder () | |
bool | ProcessArg (const std::string &arg) |
CommandLine | Build () const |
Definition at line 147 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.
bool fml::internal::CommandLineBuilder::ProcessArg | ( | const std::string & | arg | ) |
Definition at line 89 of file command_line.cc.