|
| class | grpc::WriteOptions |
| | Per-message write options. More...
|
| |
| class | grpc::CallNoOp< I > |
| | Default argument for CallOpSet. More...
|
| |
| class | grpc::CallOpSendInitialMetadata |
| |
| class | grpc::CallOpSendMessage |
| |
| class | grpc::CallOpRecvMessage< R > |
| |
| class | grpc::CallOpGenericRecvMessageHelper::DeserializeFunc |
| |
| class | grpc::CallOpGenericRecvMessageHelper::DeserializeFuncType< R > |
| |
| class | grpc::CallOpGenericRecvMessage |
| |
| class | grpc::CallOpClientSendClose |
| |
| class | grpc::CallOpServerSendStatus |
| |
| class | grpc::CallOpRecvInitialMetadata |
| |
| class | grpc::CallOpClientRecvStatus |
| |
| class | grpc::CallOpSetCollectionInterface |
| | An abstract collection of CallOpSet's, to be used whenever CallOpSet objects must be thought of as a group. More...
|
| |
| class | grpc::CallOpSetInterface |
| | An abstract collection of call ops, used to generate the grpc_call_op structure to pass down to the lower layers, and as it is-a CompletionQueueTag, also massages the final completion into the correct form for consumption in the C++ API. More...
|
| |
| class | grpc::CallOpSet< Op1, Op2, Op3, Op4, Op5, Op6 > |
| | Primary implementaiton of CallOpSetInterface. More...
|
| |
| class | grpc::SneakyCallOpSet< Op1, Op2, Op3, Op4, Op5, Op6 > |
| | A CallOpSet that does not post completions to the completion queue. More...
|
| |
| class | grpc::Call |
| |