#include <lb_policy.h>
Public Member Functions | |
virtual const char * | name () const =0 |
~Config () override=default | |
![]() | |
RefCounted & | operator= (const RefCounted &)=delete |
RefCountedPtr< Config > | Ref () GRPC_MUST_USE_RESULT |
RefCountedPtr< Config > | Ref (const DebugLocation &location, const char *reason) GRPC_MUST_USE_RESULT |
RefCounted (const RefCounted &)=delete | |
RefCountedPtr< Config > | RefIfNonZero () GRPC_MUST_USE_RESULT |
RefCountedPtr< Config > | RefIfNonZero (const DebugLocation &location, const char *reason) GRPC_MUST_USE_RESULT |
void | Unref () |
void | Unref (const DebugLocation &location, const char *reason) |
~RefCounted ()=default | |
![]() | |
virtual | ~PolymorphicRefCount ()=default |
Additional Inherited Members | |
![]() | |
using | RefCountedChildType = Config |
![]() | |
RefCounted (const char *trace=nullptr, intptr_t initial_refcount=1) | |
Interface for configuration data used by an LB policy implementation. Individual implementations will create a subclass that adds methods to return the parameters they need.
Definition at line 305 of file lb_policy.h.
|
overridedefault |
|
pure virtual |