#include <connectivity_state.h>
Public Member Functions | |
virtual void | Notify (grpc_connectivity_state new_state, const absl::Status &status)=0 |
void | Orphan () override |
~ConnectivityStateWatcherInterface () override=default | |
![]() | |
InternallyRefCounted (const InternallyRefCounted &)=delete | |
InternallyRefCounted & | operator= (const InternallyRefCounted &)=delete |
![]() | |
Orphanable & | operator= (const Orphanable &)=delete |
Orphanable (const Orphanable &)=delete | |
Additional Inherited Members | |
![]() | |
InternallyRefCounted (const char *trace=nullptr, intptr_t initial_refcount=1) | |
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) |
~InternallyRefCounted () override=default | |
![]() | |
Orphanable () | |
virtual | ~Orphanable () |
Definition at line 49 of file src/core/lib/transport/connectivity_state.h.
|
overridedefault |
|
pure virtual |
|
inlineoverridevirtual |
Implements grpc_core::Orphanable.
Definition at line 58 of file src/core/lib/transport/connectivity_state.h.