GRPC C++  1.30.0
Public Member Functions
grpc::internal::GrpcLibraryInitializer Class Referencefinal

Instantiating this class ensures the proper initialization of gRPC. More...

#include <grpc_library.h>

Public Member Functions

 GrpcLibraryInitializer ()
 
int summon ()
 A no-op method to force the linker to reference this class, which will take care of initializing and shutting down the gRPC runtime. More...
 

Detailed Description

Instantiating this class ensures the proper initialization of gRPC.

Constructor & Destructor Documentation

◆ GrpcLibraryInitializer()

grpc::internal::GrpcLibraryInitializer::GrpcLibraryInitializer ( )
inline

Member Function Documentation

◆ summon()

int grpc::internal::GrpcLibraryInitializer::summon ( )
inline

A no-op method to force the linker to reference this class, which will take care of initializing and shutting down the gRPC runtime.


The documentation for this class was generated from the following file: