Public Member Functions | List of all members
grpc_core::LoadBalancingPolicy::Config Class Referenceabstract

#include <lb_policy.h>

Inheritance diagram for grpc_core::LoadBalancingPolicy::Config:
Inheritance graph
[legend]

Public Member Functions

virtual const char * name () const =0
 
 ~Config () override=default
 
- Public Member Functions inherited from grpc_core::RefCounted< Config >
RefCountedoperator= (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
 
- Public Member Functions inherited from grpc_core::PolymorphicRefCount
virtual ~PolymorphicRefCount ()=default
 

Additional Inherited Members

- Public Types inherited from grpc_core::RefCounted< Config >
using RefCountedChildType = Config
 
- Protected Member Functions inherited from grpc_core::RefCounted< Config >
 RefCounted (const char *trace=nullptr, intptr_t initial_refcount=1)
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ~Config()

grpc_core::LoadBalancingPolicy::Config::~Config ( )
overridedefault

Member Function Documentation

◆ name()

virtual const char* grpc_core::LoadBalancingPolicy::Config::name ( ) const
pure virtual

The documentation for this class was generated from the following file:


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:36