GRPC C++  1.39.1
Data Structures | Public Member Functions | Friends
grpc_core::DynamicFilters::Call Class Reference

#include <dynamic_filters.h>

Data Structures

struct  Args
 

Public Member Functions

 Call (Args args, grpc_error_handle *error)
 
void StartTransportStreamOpBatch (grpc_transport_stream_op_batch *batch)
 
void SetAfterCallStackDestroy (grpc_closure *closure)
 
RefCountedPtr< CallRef () GRPC_MUST_USE_RESULT
 
RefCountedPtr< CallRef (const DebugLocation &location, const char *reason) GRPC_MUST_USE_RESULT
 
void Unref ()
 
void Unref (const DebugLocation &location, const char *reason)
 

Friends

template<typename T >
class RefCountedPtr
 

Constructor & Destructor Documentation

◆ Call()

grpc_core::DynamicFilters::Call::Call ( Args  args,
grpc_error_handle error 
)

Member Function Documentation

◆ Ref() [1/2]

RefCountedPtr< DynamicFilters::Call > grpc_core::DynamicFilters::Call::Ref ( )

◆ Ref() [2/2]

RefCountedPtr< DynamicFilters::Call > grpc_core::DynamicFilters::Call::Ref ( const DebugLocation location,
const char *  reason 
)

◆ SetAfterCallStackDestroy()

void grpc_core::DynamicFilters::Call::SetAfterCallStackDestroy ( grpc_closure closure)

◆ StartTransportStreamOpBatch()

void grpc_core::DynamicFilters::Call::StartTransportStreamOpBatch ( grpc_transport_stream_op_batch batch)

◆ Unref() [1/2]

void grpc_core::DynamicFilters::Call::Unref ( )

◆ Unref() [2/2]

void grpc_core::DynamicFilters::Call::Unref ( const DebugLocation location,
const char *  reason 
)

Friends And Related Function Documentation

◆ RefCountedPtr

template<typename T >
friend class RefCountedPtr
friend

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