#include <xds_channel_stack_modifier.h>

Public Member Functions | |
| grpc_arg | MakeChannelArg () const |
| bool | ModifyChannelStack (ChannelStackBuilder *builder) |
| XdsChannelStackModifier (std::vector< const grpc_channel_filter * > filters) | |
Public Member Functions inherited from grpc_core::RefCounted< XdsChannelStackModifier > | |
| RefCounted & | operator= (const RefCounted &)=delete |
| RefCountedPtr< XdsChannelStackModifier > | Ref () GRPC_MUST_USE_RESULT |
| RefCountedPtr< XdsChannelStackModifier > | Ref (const DebugLocation &location, const char *reason) GRPC_MUST_USE_RESULT |
| RefCounted (const RefCounted &)=delete | |
| RefCountedPtr< XdsChannelStackModifier > | RefIfNonZero () GRPC_MUST_USE_RESULT |
| RefCountedPtr< XdsChannelStackModifier > | 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 |
Static Public Member Functions | |
| static RefCountedPtr< XdsChannelStackModifier > | GetFromChannelArgs (const grpc_channel_args &args) |
Private Attributes | |
| std::vector< const grpc_channel_filter * > | filters_ |
Additional Inherited Members | |
Public Types inherited from grpc_core::RefCounted< XdsChannelStackModifier > | |
| using | RefCountedChildType = XdsChannelStackModifier |
Protected Member Functions inherited from grpc_core::RefCounted< XdsChannelStackModifier > | |
| RefCounted (const char *trace=nullptr, intptr_t initial_refcount=1) | |
Definition at line 40 of file xds_channel_stack_modifier.h.
|
inlineexplicit |
Definition at line 42 of file xds_channel_stack_modifier.h.
|
static |
Definition at line 96 of file xds_channel_stack_modifier.cc.
| grpc_arg grpc_core::XdsChannelStackModifier::MakeChannelArg | ( | ) | const |
Definition at line 89 of file xds_channel_stack_modifier.cc.
| bool grpc_core::XdsChannelStackModifier::ModifyChannelStack | ( | ChannelStackBuilder * | builder | ) |
Definition at line 61 of file xds_channel_stack_modifier.cc.
|
private |
Definition at line 52 of file xds_channel_stack_modifier.h.