GRPC Core
18.0.0
|
#include <grpc_tls_certificate_provider.h>
Public Member Functions | |
virtual grpc_pollset_set * | interested_parties () const |
virtual grpc_core::RefCountedPtr< grpc_tls_certificate_distributor > | distributor () const =0 |
![]() | |
~RefCounted ()=default | |
RefCountedPtr< grpc_tls_certificate_provider > | Ref () GRPC_MUST_USE_RESULT |
RefCountedPtr< grpc_tls_certificate_provider > | Ref (const DebugLocation &location, const char *reason) GRPC_MUST_USE_RESULT |
void | Unref () |
void | Unref (const DebugLocation &location, const char *reason) |
RefCountedPtr< grpc_tls_certificate_provider > | RefIfNonZero () GRPC_MUST_USE_RESULT |
RefCountedPtr< grpc_tls_certificate_provider > | RefIfNonZero (const DebugLocation &location, const char *reason) GRPC_MUST_USE_RESULT |
RefCounted (const RefCounted &)=delete | |
RefCounted & | operator= (const RefCounted &)=delete |
![]() | |
virtual | ~PolymorphicRefCount ()=default |
Additional Inherited Members | |
![]() | |
RefCounted (const char *trace=nullptr, intptr_t initial_refcount=1) | |
|
pure virtual |
|
inlinevirtual |