#include <objectivec_file.h>
Definition at line 50 of file objectivec_file.h.
◆ FileGenerator() [1/2]
google::protobuf::compiler::objectivec::FileGenerator::FileGenerator |
( |
const FileDescriptor * |
file, |
|
|
const Options & |
options |
|
) |
| |
◆ ~FileGenerator()
google::protobuf::compiler::objectivec::FileGenerator::~FileGenerator |
( |
| ) |
|
◆ FileGenerator() [2/2]
google::protobuf::compiler::objectivec::FileGenerator::FileGenerator |
( |
const FileGenerator & |
| ) |
|
|
delete |
◆ GenerateHeader()
void google::protobuf::compiler::objectivec::FileGenerator::GenerateHeader |
( |
io::Printer * |
printer | ) |
|
◆ GenerateSource()
void google::protobuf::compiler::objectivec::FileGenerator::GenerateSource |
( |
io::Printer * |
printer | ) |
|
◆ operator=()
◆ PrintFileRuntimePreamble()
void google::protobuf::compiler::objectivec::FileGenerator::PrintFileRuntimePreamble |
( |
io::Printer * |
printer, |
|
|
const std::set< string > & |
headers_to_import |
|
) |
| const |
|
private |
◆ RootClassName()
const string& google::protobuf::compiler::objectivec::FileGenerator::RootClassName |
( |
| ) |
const |
|
inline |
◆ enum_generators_
std::vector<std::unique_ptr<EnumGenerator> > google::protobuf::compiler::objectivec::FileGenerator::enum_generators_ |
|
private |
◆ extension_generators_
std::vector<std::unique_ptr<ExtensionGenerator> > google::protobuf::compiler::objectivec::FileGenerator::extension_generators_ |
|
private |
◆ file_
const FileDescriptor* google::protobuf::compiler::objectivec::FileGenerator::file_ |
|
private |
◆ is_bundled_proto_
bool google::protobuf::compiler::objectivec::FileGenerator::is_bundled_proto_ |
|
private |
◆ message_generators_
std::vector<std::unique_ptr<MessageGenerator> > google::protobuf::compiler::objectivec::FileGenerator::message_generators_ |
|
private |
◆ options_
const Options google::protobuf::compiler::objectivec::FileGenerator::options_ |
|
private |
◆ root_class_name_
string google::protobuf::compiler::objectivec::FileGenerator::root_class_name_ |
|
private |
The documentation for this class was generated from the following files: