|
GRPC C++
1.13.0-dev
|
#include <assert.h>#include <grpcpp/impl/codegen/call.h>#include <grpcpp/impl/codegen/channel_interface.h>#include <grpcpp/impl/codegen/client_context.h>#include <grpcpp/impl/codegen/server_context.h>#include <grpcpp/impl/codegen/service_type.h>#include <grpcpp/impl/codegen/status.h>Go to the source code of this file.
Data Structures | |
| class | grpc::ClientAsyncResponseReaderInterface< R > |
| An interface relevant for async client side unary RPCs (which send one request message to a server and receive one response message). More... | |
| class | grpc::internal::ClientAsyncResponseReaderFactory< R > |
| class | grpc::ClientAsyncResponseReader< R > |
| Async API for client-side unary RPCs, where the message response received from the server is of type R. More... | |
| class | grpc::ServerAsyncResponseWriter< W > |
| Async server-side API for handling unary calls, where the single response message sent to the client is of type W. More... | |
| class | std::default_delete< grpc::ClientAsyncResponseReader< R > > |
| class | std::default_delete< grpc::ClientAsyncResponseReaderInterface< R > > |
Namespaces | |
| grpc | |
| An Alarm posts the user provided tag to its associated completion queue upon expiry or cancellation. | |
| grpc::internal | |
| Models a gRPC server. | |
| std | |
Variables | |
| CoreCodegenInterface * | grpc::g_core_codegen_interface |
1.8.13