19 #ifndef GRPCPP_IMPL_GRPC_LIBRARY_H 20 #define GRPCPP_IMPL_GRPC_LIBRARY_H 61 #endif // GRPCPP_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 <grpcpp/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
An Alarm posts the user provided tag to its associated completion queue upon expiry or cancellation...
Definition: alarm.h:31
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