GRPC C++  1.3.0
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions
grpc::Call Class Referencefinal

#include <call.h>

Public Member Functions

 Call (grpc_call *call, CallHook *call_hook, CompletionQueue *cq)
 
 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
 

Constructor & Destructor Documentation

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

Member Function Documentation

grpc_call* grpc::Call::call ( ) const
inline
CompletionQueue* grpc::Call::cq ( ) const
inline
int grpc::Call::max_receive_message_size ( ) const
inline
void grpc::Call::PerformOps ( CallOpSetInterface ops)
inline

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