GRPC C++
1.39.1
|
#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 | |
An Alarm posts the user-provided tag to its associated completion queue or invokes the user-provided function on expiry or cancellation. | |
Functions | |
grpc::string_ref | grpc::StringRefFromSlice (const grpc_slice *slice) |
std::string | grpc::StringFromCopiedSlice (grpc_slice slice) |
grpc_slice | grpc::SliceReferencingString (const std::string &str) |
grpc_slice | grpc::SliceFromCopiedString (const std::string &str) |