|
GRPC C++
1.30.0
|
#include <atomic>#include <functional>#include <type_traits>#include <grpcpp/impl/codegen/call.h>#include <grpcpp/impl/codegen/call_op_set.h>#include <grpcpp/impl/codegen/callback_common.h>#include <grpcpp/impl/codegen/config.h>#include <grpcpp/impl/codegen/core_codegen_interface.h>#include <grpcpp/impl/codegen/message_allocator.h>#include <grpcpp/impl/codegen/status.h>Go to the source code of this file.
Namespaces | |
| grpc_impl | |
| An Alarm posts the user-provided tag to its associated completion queue or invokes the user-provided function on expiry or cancellation. | |
| grpc_impl::internal | |
| Actual implementation of bi-directional streaming. | |
Typedefs | |
| using | grpc_impl::internal::UnimplementedUnaryReactor = FinishOnlyReactor< ServerUnaryReactor > |
| template<class Request > | |
| using | grpc_impl::internal::UnimplementedReadReactor = FinishOnlyReactor< ServerReadReactor< Request > > |
| template<class Response > | |
| using | grpc_impl::internal::UnimplementedWriteReactor = FinishOnlyReactor< ServerWriteReactor< Response > > |
| template<class Request , class Response > | |
| using | grpc_impl::internal::UnimplementedBidiReactor = FinishOnlyReactor< ServerBidiReactor< Request, Response > > |
1.8.16