34 #ifndef GRPCXX_IMPL_GRPC_LIBRARY_H 35 #define GRPCXX_IMPL_GRPC_LIBRARY_H 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 shutdown() GRPC_OVERRIDE
Definition: grpc_library.h:50
void init() GRPC_OVERRIDE
Definition: grpc_library.h:49
Definition: grpc_library.h:47
Definition: grpc_library.h:42
CoreCodegenInterface * g_core_codegen_interface
Definition: call.h:62
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
#define GRPC_FINAL
Definition: config.h:72
GrpcLibraryInitializer()
Definition: grpc_library.h:59
Implementation of the core codegen interface.
Definition: core_codegen.h:43
#define GRPC_OVERRIDE
Definition: config.h:78