#include <cpp_generator.h>
Public Attributes | |
std::vector< std::string > | additional_header_includes |
bool | generate_mock_code |
std::string | gmock_search_path |
std::string | grpc_search_path |
bool | include_import_headers |
std::string | message_header_extension |
std::string | services_namespace |
bool | use_system_headers |
Definition at line 50 of file src/compiler/cpp_generator.h.
std::vector<std::string> grpc_cpp_generator::Parameters::additional_header_includes |
Definition at line 62 of file src/compiler/cpp_generator.h.
bool grpc_cpp_generator::Parameters::generate_mock_code |
Definition at line 58 of file src/compiler/cpp_generator.h.
std::string grpc_cpp_generator::Parameters::gmock_search_path |
Definition at line 60 of file src/compiler/cpp_generator.h.
std::string grpc_cpp_generator::Parameters::grpc_search_path |
Definition at line 56 of file src/compiler/cpp_generator.h.
bool grpc_cpp_generator::Parameters::include_import_headers |
Definition at line 66 of file src/compiler/cpp_generator.h.
std::string grpc_cpp_generator::Parameters::message_header_extension |
Definition at line 64 of file src/compiler/cpp_generator.h.
std::string grpc_cpp_generator::Parameters::services_namespace |
Definition at line 52 of file src/compiler/cpp_generator.h.
bool grpc_cpp_generator::Parameters::use_system_headers |
Definition at line 54 of file src/compiler/cpp_generator.h.