Public Member Functions | Private Attributes | List of all members
grpc_core::DefaultConfigSelector Class Reference

#include <config_selector.h>

Inheritance diagram for grpc_core::DefaultConfigSelector:
Inheritance graph
[legend]

Public Member Functions

 DefaultConfigSelector (RefCountedPtr< ServiceConfig > service_config)
 
bool Equals (const ConfigSelector *) const override
 
CallConfig GetCallConfig (GetCallConfigArgs args) override
 
const char * name () const override
 
- Public Member Functions inherited from grpc_core::ConfigSelector
virtual std::vector< const grpc_channel_filter * > GetFilters ()
 
grpc_arg MakeChannelArg () const
 
virtual grpc_channel_argsModifyChannelArgs (grpc_channel_args *args)
 
 ~ConfigSelector () override=default
 
- Public Member Functions inherited from grpc_core::RefCounted< ConfigSelector >
RefCountedoperator= (const RefCounted &)=delete
 
RefCountedPtr< ConfigSelectorRef () GRPC_MUST_USE_RESULT
 
RefCountedPtr< ConfigSelectorRef (const DebugLocation &location, const char *reason) GRPC_MUST_USE_RESULT
 
 RefCounted (const RefCounted &)=delete
 
RefCountedPtr< ConfigSelectorRefIfNonZero () GRPC_MUST_USE_RESULT
 
RefCountedPtr< ConfigSelectorRefIfNonZero (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
 

Private Attributes

RefCountedPtr< ServiceConfigservice_config_
 

Additional Inherited Members

- Public Types inherited from grpc_core::RefCounted< ConfigSelector >
using RefCountedChildType = ConfigSelector
 
- Static Public Member Functions inherited from grpc_core::ConfigSelector
static bool Equals (const ConfigSelector *cs1, const ConfigSelector *cs2)
 
static RefCountedPtr< ConfigSelectorGetFromChannelArgs (const grpc_channel_args &args)
 
- Protected Member Functions inherited from grpc_core::RefCounted< ConfigSelector >
 RefCounted (const char *trace=nullptr, intptr_t initial_refcount=1)
 

Detailed Description

Definition at line 117 of file config_selector.h.

Constructor & Destructor Documentation

◆ DefaultConfigSelector()

grpc_core::DefaultConfigSelector::DefaultConfigSelector ( RefCountedPtr< ServiceConfig service_config)
inlineexplicit

Definition at line 119 of file config_selector.h.

Member Function Documentation

◆ Equals()

bool grpc_core::DefaultConfigSelector::Equals ( const ConfigSelector ) const
inlineoverridevirtual

Implements grpc_core::ConfigSelector.

Definition at line 131 of file config_selector.h.

◆ GetCallConfig()

CallConfig grpc_core::DefaultConfigSelector::GetCallConfig ( GetCallConfigArgs  args)
inlineoverridevirtual

Implements grpc_core::ConfigSelector.

Definition at line 133 of file config_selector.h.

◆ name()

const char* grpc_core::DefaultConfigSelector::name ( ) const
inlineoverridevirtual

Implements grpc_core::ConfigSelector.

Definition at line 127 of file config_selector.h.

Member Data Documentation

◆ service_config_

RefCountedPtr<ServiceConfig> grpc_core::DefaultConfigSelector::service_config_
private

Definition at line 142 of file config_selector.h.


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


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