|
GRPC C++
1.26.0
|
#include <connectivity_state.h>
Public Member Functions | |
| virtual | ~ConnectivityStateWatcherInterface ()=default |
| virtual void | Notify (grpc_connectivity_state new_state)=0 |
| void | Orphan () override |
Public Member Functions inherited from grpc_core::InternallyRefCounted< ConnectivityStateWatcherInterface > | |
| InternallyRefCounted (const InternallyRefCounted &)=delete | |
| InternallyRefCounted & | operator= (const InternallyRefCounted &)=delete |
Public Member Functions inherited from grpc_core::Orphanable | |
| Orphanable (const Orphanable &)=delete | |
| Orphanable & | operator= (const Orphanable &)=delete |
Additional Inherited Members | |
Protected Member Functions inherited from grpc_core::InternallyRefCounted< ConnectivityStateWatcherInterface > | |
| 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) |
Protected Member Functions inherited from grpc_core::Orphanable | |
| Orphanable () | |
| virtual | ~Orphanable () |
|
virtualdefault |
|
pure virtual |
Implemented in grpc_core::AsyncConnectivityStateWatcherInterface.
|
inlineoverridevirtual |
Implements grpc_core::Orphanable.