GRPC C++
1.26.0
|
#include <connectivity_state.h>
Public Member Functions | |
virtual | ~AsyncConnectivityStateWatcherInterface ()=default |
void | Notify (grpc_connectivity_state new_state) override final |
![]() | |
virtual | ~ConnectivityStateWatcherInterface ()=default |
void | Orphan () override |
![]() | |
InternallyRefCounted (const InternallyRefCounted &)=delete | |
InternallyRefCounted & | operator= (const InternallyRefCounted &)=delete |
![]() | |
Orphanable (const Orphanable &)=delete | |
Orphanable & | operator= (const Orphanable &)=delete |
Protected Member Functions | |
AsyncConnectivityStateWatcherInterface (Combiner *combiner=nullptr) | |
virtual void | OnConnectivityStateChange (grpc_connectivity_state new_state)=0 |
![]() | |
InternallyRefCounted (TraceFlagT *trace_flag=nullptr, intptr_t initial_refcount=1) | |
virtual | ~InternallyRefCounted ()=default |
RefCountedPtr< ConnectivityStateWatcherInterface > | Ref () GRPC_MUST_USE_RESULT |
RefCountedPtr< ConnectivityStateWatcherInterface > | Ref (const DebugLocation &location, const char *reason) GRPC_MUST_USE_RESULT |
void | Unref () |
void | Unref (const DebugLocation &location, const char *reason) |
![]() | |
Orphanable () | |
virtual | ~Orphanable () |
|
virtualdefault |
|
inlineexplicitprotected |
|
finaloverridevirtual |
Implements grpc_core::ConnectivityStateWatcherInterface.
|
protectedpure virtual |