|
GRPC Core
18.0.0
|
#include <dynamic_filters.h>
Data Structures | |
| class | Call |
Public Member Functions | |
| DynamicFilters (grpc_channel_stack *channel_stack) | |
| ~DynamicFilters () override | |
| RefCountedPtr< Call > | CreateCall (Call::Args args, grpc_error_handle *error) |
Public Member Functions inherited from grpc_core::RefCounted< DynamicFilters > | |
| ~RefCounted ()=default | |
| RefCountedPtr< DynamicFilters > | Ref () GRPC_MUST_USE_RESULT |
| RefCountedPtr< DynamicFilters > | Ref (const DebugLocation &location, const char *reason) GRPC_MUST_USE_RESULT |
| void | Unref () |
| void | Unref (const DebugLocation &location, const char *reason) |
| RefCountedPtr< DynamicFilters > | RefIfNonZero () GRPC_MUST_USE_RESULT |
| RefCountedPtr< DynamicFilters > | RefIfNonZero (const DebugLocation &location, const char *reason) GRPC_MUST_USE_RESULT |
| RefCounted (const RefCounted &)=delete | |
| RefCounted & | operator= (const RefCounted &)=delete |
Public Member Functions inherited from grpc_core::PolymorphicRefCount | |
| virtual | ~PolymorphicRefCount ()=default |
Static Public Member Functions | |
| static RefCountedPtr< DynamicFilters > | Create (const grpc_channel_args *args, std::vector< const grpc_channel_filter * > filters) |
Additional Inherited Members | |
Protected Member Functions inherited from grpc_core::RefCounted< DynamicFilters > | |
| RefCounted (const char *trace=nullptr, intptr_t initial_refcount=1) | |
|
inlineexplicit |
|
override |
|
static |
| RefCountedPtr< DynamicFilters::Call > grpc_core::DynamicFilters::CreateCall | ( | Call::Args | args, |
| grpc_error_handle * | error | ||
| ) |