GRPC C++  1.62.0
Public Member Functions | Data Fields | Protected Member Functions
grpc::internal::CallOpGenericRecvMessage Class Reference

#include <call_op_set.h>

Public Member Functions

template<class R >
void RecvMessage (R *message)
 
void AllowNoMessage ()
 

Data Fields

bool got_message = false
 

Protected Member Functions

void AddOp (grpc_op *ops, size_t *nops)
 
void FinishOp (bool *status)
 
void SetInterceptionHookPoint (InterceptorBatchMethodsImpl *interceptor_methods)
 
void SetFinishInterceptionHookPoint (InterceptorBatchMethodsImpl *interceptor_methods)
 
void SetHijackingState (InterceptorBatchMethodsImpl *interceptor_methods)
 

Member Function Documentation

◆ AddOp()

void grpc::internal::CallOpGenericRecvMessage::AddOp ( grpc_op ops,
size_t *  nops 
)
inlineprotected

◆ AllowNoMessage()

void grpc::internal::CallOpGenericRecvMessage::AllowNoMessage ( )
inline

◆ FinishOp()

void grpc::internal::CallOpGenericRecvMessage::FinishOp ( bool *  status)
inlineprotected

◆ RecvMessage()

template<class R >
void grpc::internal::CallOpGenericRecvMessage::RecvMessage ( R *  message)
inline

◆ SetFinishInterceptionHookPoint()

void grpc::internal::CallOpGenericRecvMessage::SetFinishInterceptionHookPoint ( InterceptorBatchMethodsImpl interceptor_methods)
inlineprotected

◆ SetHijackingState()

void grpc::internal::CallOpGenericRecvMessage::SetHijackingState ( InterceptorBatchMethodsImpl interceptor_methods)
inlineprotected

◆ SetInterceptionHookPoint()

void grpc::internal::CallOpGenericRecvMessage::SetInterceptionHookPoint ( InterceptorBatchMethodsImpl interceptor_methods)
inlineprotected

Field Documentation

◆ got_message

bool grpc::internal::CallOpGenericRecvMessage::got_message = false

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