GRPC C++  1.3.0
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
slice.h File Reference
#include <grpc++/impl/codegen/core_codegen_interface.h>
#include <grpc++/impl/codegen/string_ref.h>

Go to the source code of this file.

Namespaces

 grpc
 

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)