GRPC C++
1.30.0
|
#include <grpcpp/impl/codegen/config.h>
#include <grpcpp/impl/codegen/core_codegen_interface.h>
#include <grpcpp/impl/codegen/string_ref.h>
#include <grpc/impl/codegen/slice.h>
Go to the source code of this file.
Data Structures | |
class | grpc::Slice |
A wrapper around grpc_slice. More... | |
Namespaces | |
grpc | |
This header provides an object that reads bytes directly from a grpc::ByteBuffer, via the ZeroCopyInputStream interface. | |
Functions | |
grpc::string_ref | grpc::StringRefFromSlice (const grpc_slice *slice) |
grpc::string | grpc::StringFromCopiedSlice (grpc_slice slice) |
grpc_slice | grpc::SliceReferencingString (const grpc::string &str) |
grpc_slice | grpc::SliceFromCopiedString (const grpc::string &str) |