GRPC C++
1.39.1
|
#include <grpc/impl/codegen/byte_buffer.h>
#include <grpcpp/impl/codegen/config.h>
#include <grpcpp/impl/codegen/core_codegen_interface.h>
#include <grpcpp/impl/codegen/serialization_traits.h>
#include <grpcpp/impl/codegen/slice.h>
#include <grpcpp/impl/codegen/status.h>
#include <vector>
Go to the source code of this file.
Data Structures | |
class | grpc::ByteBuffer |
A sequence of bytes. More... | |
class | grpc::SerializationTraits< ByteBuffer, void > |
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. | |
Functions | |
template<class RequestType > | |
void * | grpc::internal::UnaryDeserializeHelper (grpc_byte_buffer *req, ::grpc::Status *status, RequestType *request) |
A helper function with reduced templating to do deserializing. More... | |