|
GRPC C++
1.76.0
|
#include <grpc/grpc.h>#include <grpcpp/client_context.h>#include <grpcpp/impl/call.h>#include <grpcpp/impl/call_op_set.h>#include <grpcpp/impl/call_op_set_interface.h>#include <grpcpp/impl/channel_interface.h>#include <grpcpp/impl/service_type.h>#include <grpcpp/server_context.h>#include <grpcpp/support/status.h>#include "absl/log/absl_check.h"Go to the source code of this file.
Data Structures | |
| 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::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::ClientAsyncResponseReaderHelper |
| 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 or invokes the user-provided function on expiry or cancellation. | |
| grpc::internal | |
| Models a gRPC server. | |
| std | |
1.8.17