GRPC C++  1.62.0
Data Structures | Namespaces | Functions
slice.h File Reference
#include <grpc/slice.h>
#include <grpcpp/support/config.h>
#include <grpcpp/support/string_ref.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)