19 #ifndef GRPCXX_IMPL_GRPC_LIBRARY_H
20 #define GRPCXX_IMPL_GRPC_LIBRARY_H
38 static GrpcLibrary g_gli;
61 #endif // GRPCXX_IMPL_GRPC_LIBRARY_H
int summon()
A no-op method to force the linker to reference this class, which will take care of initializing and ...
Definition: grpc_library.h:55
GrpcLibraryInterface * g_glip
Initialized by grpc::GrpcLibraryInitializer from <grpc++/impl/grpc_library.h>
void init() override
Definition: grpc_library.h:34
Definition: grpc_library.h:32
Definition: grpc_library.h:26
void shutdown() override
Definition: grpc_library.h:35
CoreCodegenInterface * g_core_codegen_interface
Definition: call.h:46
GRPCAPI void grpc_init(void)
Initialize the grpc library.
GRPCAPI void grpc_shutdown(void)
Shut down the grpc library.
Instantiating this class ensures the proper initialization of gRPC.
Definition: grpc_library.h:42
GrpcLibraryInitializer()
Definition: grpc_library.h:44
Implementation of the core codegen interface.
Definition: core_codegen.h:32