|
GRPC C++
1.30.0
|
#include <functional>#include <grpcpp/client_context.h>#include <grpcpp/impl/rpc_method.h>#include <grpcpp/support/async_stream_impl.h>#include <grpcpp/support/async_unary_call_impl.h>#include <grpcpp/support/byte_buffer.h>#include <grpcpp/support/client_callback_impl.h>#include <grpcpp/support/status.h>Go to the source code of this file.
Data Structures | |
| class | grpc_impl::TemplatedGenericStub< RequestType, ResponseType > |
| Generic stubs provide a type-unaware interface to call gRPC methods by name. More... | |
| class | grpc_impl::TemplatedGenericStub< RequestType, ResponseType >::experimental_type |
| NOTE: class experimental_type is not part of the public API of this class TODO(vjpai): Move these contents to the public API of GenericStub when they are no longer experimental. More... | |
Namespaces | |
| grpc | |
| This header provides an object that reads bytes directly from a grpc::ByteBuffer, via the ZeroCopyInputStream interface. | |
| grpc_impl | |
| An Alarm posts the user-provided tag to its associated completion queue or invokes the user-provided function on expiry or cancellation. | |
Typedefs | |
| typedef ::grpc_impl::ClientAsyncReaderWriter< ByteBuffer, ByteBuffer > | grpc::GenericClientAsyncReaderWriter |
| typedef ::grpc_impl::ClientAsyncResponseReader< ByteBuffer > | grpc::GenericClientAsyncResponseReader |
| typedef TemplatedGenericStub< grpc::ByteBuffer, grpc::ByteBuffer > | grpc_impl::GenericStub |
1.8.16