34 #ifndef GRPCXX_IMPL_GRPC_LIBRARY_H
35 #define GRPCXX_IMPL_GRPC_LIBRARY_H
53 static GrpcLibrary g_gli;
76 #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:70
GrpcLibraryInterface * g_glip
Initialized by grpc::GrpcLibraryInitializer from <grpc++/impl/grpc_library.h>
void init() override
Definition: grpc_library.h:49
Definition: grpc_library.h:47
Definition: grpc_library.h:41
void shutdown() override
Definition: grpc_library.h:50
CoreCodegenInterface * g_core_codegen_interface
Definition: call.h:63
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:57
GrpcLibraryInitializer()
Definition: grpc_library.h:59
Implementation of the core codegen interface.
Definition: core_codegen.h:46