GRPC C++  1.13.0-dev
Public Member Functions
grpc::internal::Call Class Referencefinal

Straightforward wrapping of the C call object. More...

#include <call.h>

Public Member Functions

 Call (grpc_call *call, CallHook *call_hook, CompletionQueue *cq)
 call is owned by the caller More...
 
 Call (grpc_call *call, CallHook *call_hook, CompletionQueue *cq, int max_receive_message_size)
 
void PerformOps (CallOpSetInterface *ops)
 
grpc_callcall () const
 
CompletionQueuecq () const
 
int max_receive_message_size () const
 

Detailed Description

Straightforward wrapping of the C call object.

Constructor & Destructor Documentation

◆ Call() [1/2]

grpc::internal::Call::Call ( grpc_call call,
CallHook call_hook,
CompletionQueue cq 
)
inline

call is owned by the caller

◆ Call() [2/2]

grpc::internal::Call::Call ( grpc_call call,
CallHook call_hook,
CompletionQueue cq,
int  max_receive_message_size 
)
inline

Member Function Documentation

◆ call()

grpc_call* grpc::internal::Call::call ( ) const
inline

◆ cq()

CompletionQueue* grpc::internal::Call::cq ( ) const
inline

◆ max_receive_message_size()

int grpc::internal::Call::max_receive_message_size ( ) const
inline

◆ PerformOps()

void grpc::internal::Call::PerformOps ( CallOpSetInterface ops)
inline

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