19 #ifndef GRPCPP_IMPL_GRPC_LIBRARY_H
20 #define GRPCPP_IMPL_GRPC_LIBRARY_H
47 static auto*
const g_core_codegen =
new CoreCodegen();
Implementation of the core codegen interface.
Definition: core_codegen.h:32
Definition: grpc_library.h:26
Definition: grpc_library.h:32
void shutdown() override
Definition: grpc_library.h:35
void init() override
Definition: grpc_library.h:34
Instantiating this class ensures the proper initialization of gRPC.
Definition: grpc_library.h:39
GrpcLibraryInitializer()
Definition: grpc_library.h:41
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:54
GRPCAPI void grpc_shutdown(void)
Shut down the grpc library.
GRPCAPI void grpc_init(void)
Initialize the grpc library.
An Alarm posts the user-provided tag to its associated completion queue or invokes the user-provided ...
Definition: alarm.h:33
CoreCodegenInterface * g_core_codegen_interface
Definition: completion_queue.h:96
GrpcLibraryInterface * g_glip
Initialized by grpc::GrpcLibraryInitializer from <grpcpp/impl/grpc_library.h>