GRPC C++
1.13.0-dev
|
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_call * | call () const |
CompletionQueue * | cq () const |
int | max_receive_message_size () const |
Straightforward wrapping of the C call object.
|
inline |
call is owned by the caller
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |