GRPC C++  1.62.0
Protected Member Functions
grpc::internal::CallNoOp< Unused > 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 Unused>
class grpc::internal::CallNoOp< Unused >

Default argument for CallOpSet.

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

Member Function Documentation

◆ AddOp()

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

◆ FinishOp()

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

◆ SetFinishInterceptionHookPoint()

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

◆ SetHijackingState()

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

◆ SetInterceptionHookPoint()

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

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