|
BWAPI
|
#include <command_line_interface.h>
Classes | |
| struct | GeneratorInfo |
| struct | OutputDirective |
Public Member Functions | |
| CommandLineInterface () | |
| ~CommandLineInterface () | |
| void | RegisterGenerator (const string &flag_name, CodeGenerator *generator, const string &help_text) |
| void | AllowPlugins (const string &exe_name_prefix) |
| int | Run (int argc, const char *const argv[]) |
| void | SetInputsAreProtoPathRelative (bool enable) |
| void | SetVersionInfo (const string &text) |
| void google::protobuf::compiler::CommandLineInterface::AllowPlugins | ( | const string & | exe_name_prefix | ) |
| void google::protobuf::compiler::CommandLineInterface::RegisterGenerator | ( | const string & | flag_name, |
| CodeGenerator * | generator, | ||
| const string & | help_text | ||
| ) |
| int google::protobuf::compiler::CommandLineInterface::Run | ( | int | argc, |
| const char *const | argv[] | ||
| ) |
| void google::protobuf::compiler::CommandLineInterface::SetInputsAreProtoPathRelative | ( | bool | enable | ) | [inline] |
| void google::protobuf::compiler::CommandLineInterface::SetVersionInfo | ( | const string & | text | ) | [inline] |
1.7.6.1