|
GRPC C++
1.0.0
|
A CallOpSet that does not post completions to the completion queue. More...
#include <call.h>
Public Member Functions | |
| bool | FinalizeResult (void **tag, bool *status) GRPC_OVERRIDE |
Public Member Functions inherited from grpc::CallOpSet< Op1, Op2, Op3, Op4, Op5, Op6 > | |
| CallOpSet () | |
| void | FillOps (grpc_op *ops, size_t *nops) GRPC_OVERRIDE |
| Fills in grpc_op, starting from ops[*nops] and moving upwards. More... | |
| void | set_output_tag (void *return_tag) |
Public Member Functions inherited from grpc::CallOpSetInterface | |
| CallOpSetInterface () | |
| void | set_max_message_size (int max_message_size) |
| void | SetCollection (std::shared_ptr< CallOpSetCollectionInterface > collection) |
| Mark this as belonging to a collection if needed. More... | |
Public Member Functions inherited from grpc::CompletionQueueTag | |
| virtual | ~CompletionQueueTag () |
Additional Inherited Members | |
Protected Attributes inherited from grpc::CallOpSetInterface | |
| int | max_message_size_ |
| std::shared_ptr< CallOpSetCollectionInterface > | collection_ |
A CallOpSet that does not post completions to the completion queue.
Allows hiding some completions that the C core must generate from C++ users.
|
inlinevirtual |
Reimplemented from grpc::CallOpSet< Op1, Op2, Op3, Op4, Op5, Op6 >.
1.8.11