|
GRPC C++
1.4.0
|
#include <assert.h>#include <grpc++/impl/codegen/call.h>#include <grpc++/impl/codegen/channel_interface.h>#include <grpc++/impl/codegen/client_context.h>#include <grpc++/impl/codegen/server_context.h>#include <grpc++/impl/codegen/service_type.h>#include <grpc++/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::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 > > |
Namespaces | |
| grpc | |
| std | |
Variables | |
| CoreCodegenInterface * | grpc::g_core_codegen_interface |
1.8.6