BWAPI
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Classes | Public Member Functions
google::protobuf::compiler::CommandLineInterface Class Reference

#include <command_line_interface.h>

List of all members.

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)

Constructor & Destructor Documentation


Member Function Documentation

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[] 
)

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines