GRPC C++  1.62.0
Public Member Functions | Data Fields | Protected Member Functions
grpc::internal::CallOpRecvMessage< R > Class Template Reference

#include <call_op_set.h>

Public Member Functions

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()

template<class R >
void grpc::internal::CallOpRecvMessage< R >::AddOp ( grpc_op ops,
size_t *  nops 
)
inlineprotected

◆ AllowNoMessage()

template<class R >
void grpc::internal::CallOpRecvMessage< R >::AllowNoMessage ( )
inline

◆ FinishOp()

template<class R >
void grpc::internal::CallOpRecvMessage< R >::FinishOp ( bool *  status)
inlineprotected

◆ RecvMessage()

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

◆ SetFinishInterceptionHookPoint()

template<class R >
void grpc::internal::CallOpRecvMessage< R >::SetFinishInterceptionHookPoint ( InterceptorBatchMethodsImpl interceptor_methods)
inlineprotected

◆ SetHijackingState()

template<class R >
void grpc::internal::CallOpRecvMessage< R >::SetHijackingState ( InterceptorBatchMethodsImpl interceptor_methods)
inlineprotected

◆ SetInterceptionHookPoint()

template<class R >
void grpc::internal::CallOpRecvMessage< R >::SetInterceptionHookPoint ( InterceptorBatchMethodsImpl interceptor_methods)
inlineprotected

Field Documentation

◆ got_message

template<class R >
bool grpc::internal::CallOpRecvMessage< R >::got_message = false

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