GRPC C++  1.13.0-dev
Public Member Functions | Protected Member Functions
grpc::internal::CallOpSendMessage Class Reference

#include <call.h>

Public Member Functions

 CallOpSendMessage ()
 
template<class M >
Status SendMessage (const M &message, WriteOptions options) GRPC_MUST_USE_RESULT
 Send message using options for the write. More...
 
template<class M >
Status SendMessage (const M &message) GRPC_MUST_USE_RESULT
 

Protected Member Functions

void AddOp (grpc_op *ops, size_t *nops)
 
void FinishOp (bool *status)
 

Constructor & Destructor Documentation

◆ CallOpSendMessage()

grpc::internal::CallOpSendMessage::CallOpSendMessage ( )
inline

Member Function Documentation

◆ AddOp()

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

◆ FinishOp()

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

◆ SendMessage() [1/2]

template<class M >
Status grpc::internal::CallOpSendMessage::SendMessage ( const M &  message,
WriteOptions  options 
)

Send message using options for the write.

The options are cleared after use.

◆ SendMessage() [2/2]

template<class M >
Status grpc::internal::CallOpSendMessage::SendMessage ( const M &  message)

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