GRPC C++  1.30.0
Data Structures | Namespaces | Functions | Variables
call_op_set.h File Reference
#include <cstring>
#include <map>
#include <memory>
#include <grpc/impl/codegen/compression_types.h>
#include <grpc/impl/codegen/grpc_types.h>
#include <grpcpp/impl/codegen/byte_buffer.h>
#include <grpcpp/impl/codegen/call.h>
#include <grpcpp/impl/codegen/call_hook.h>
#include <grpcpp/impl/codegen/call_op_set_interface.h>
#include <grpcpp/impl/codegen/client_context_impl.h>
#include <grpcpp/impl/codegen/completion_queue_impl.h>
#include <grpcpp/impl/codegen/completion_queue_tag.h>
#include <grpcpp/impl/codegen/config.h>
#include <grpcpp/impl/codegen/core_codegen_interface.h>
#include <grpcpp/impl/codegen/intercepted_channel.h>
#include <grpcpp/impl/codegen/interceptor_common.h>
#include <grpcpp/impl/codegen/serialization_traits.h>
#include <grpcpp/impl/codegen/slice.h>
#include <grpcpp/impl/codegen/string_ref.h>

Go to the source code of this file.

Data Structures

class  grpc::WriteOptions
 Per-message write options. More...
 
class  grpc::internal::CallNoOp< I >
 Default argument for CallOpSet. More...
 
class  grpc::internal::CallOpSendInitialMetadata
 
class  grpc::internal::CallOpSendMessage
 
class  grpc::internal::CallOpRecvMessage< R >
 
class  grpc::internal::DeserializeFunc
 
class  grpc::internal::DeserializeFuncType< R >
 
class  grpc::internal::CallOpGenericRecvMessage
 
class  grpc::internal::CallOpClientSendClose
 
class  grpc::internal::CallOpServerSendStatus
 
class  grpc::internal::CallOpRecvInitialMetadata
 
class  grpc::internal::CallOpClientRecvStatus
 
class  grpc::internal::CallOpSet< Op1, Op2, Op3, Op4, Op5, Op6 >
 Primary implementation of CallOpSetInterface. More...
 
class  grpc::internal::CallOpSet< Op1, Op2, Op3, Op4, Op5, Op6 >
 Primary implementation of CallOpSetInterface. More...
 

Namespaces

 grpc
 This header provides an object that reads bytes directly from a grpc::ByteBuffer, via the ZeroCopyInputStream interface.
 
 grpc::internal
 Models a gRPC server.
 

Functions

grpc_metadatagrpc::internal::FillMetadataArray (const std::multimap< grpc::string, grpc::string > &metadata, size_t *metadata_count, const grpc::string &optional_error_details)
 

Variables

CoreCodegenInterface * grpc::g_core_codegen_interface