GRPC C++  1.30.0
Protected Member Functions
grpc::internal::CallNoOp< I > Class Template Reference

Default argument for CallOpSet. More...

#include <call_op_set.h>

Protected Member Functions

void AddOp (grpc_op *, size_t *)
 
void FinishOp (bool *)
 
void SetInterceptionHookPoint (InterceptorBatchMethodsImpl *)
 
void SetFinishInterceptionHookPoint (InterceptorBatchMethodsImpl *)
 
void SetHijackingState (InterceptorBatchMethodsImpl *)
 

Detailed Description

template<int I>
class grpc::internal::CallNoOp< I >

Default argument for CallOpSet.

I is unused by the class, but can be used for generating multiple names for the same thing.

Member Function Documentation

◆ AddOp()

template<int I>
void grpc::internal::CallNoOp< I >::AddOp ( grpc_op ,
size_t *   
)
inlineprotected

◆ FinishOp()

template<int I>
void grpc::internal::CallNoOp< I >::FinishOp ( bool *  )
inlineprotected

◆ SetFinishInterceptionHookPoint()

template<int I>
void grpc::internal::CallNoOp< I >::SetFinishInterceptionHookPoint ( InterceptorBatchMethodsImpl )
inlineprotected

◆ SetHijackingState()

template<int I>
void grpc::internal::CallNoOp< I >::SetHijackingState ( InterceptorBatchMethodsImpl )
inlineprotected

◆ SetInterceptionHookPoint()

template<int I>
void grpc::internal::CallNoOp< I >::SetInterceptionHookPoint ( InterceptorBatchMethodsImpl )
inlineprotected

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