GRPC C++  1.3.0
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Structures | Namespaces | Functions | Variables
call.h File Reference
#include <cstring>
#include <functional>
#include <map>
#include <memory>
#include <grpc++/impl/codegen/call_hook.h>
#include <grpc++/impl/codegen/client_context.h>
#include <grpc++/impl/codegen/completion_queue_tag.h>
#include <grpc++/impl/codegen/config.h>
#include <grpc++/impl/codegen/core_codegen_interface.h>
#include <grpc++/impl/codegen/serialization_traits.h>
#include <grpc++/impl/codegen/slice.h>
#include <grpc++/impl/codegen/status.h>
#include <grpc++/impl/codegen/status_helper.h>
#include <grpc++/impl/codegen/string_ref.h>
#include <grpc/impl/codegen/compression_types.h>
#include <grpc/impl/codegen/grpc_types.h>

Go to the source code of this file.

Data Structures

class  grpc::WriteOptions
 Per-message write options. More...
 
class  grpc::CallNoOp< I >
 Default argument for CallOpSet. More...
 
class  grpc::CallOpSendInitialMetadata
 
class  grpc::CallOpSendMessage
 
class  grpc::CallOpRecvMessage< R >
 
class  grpc::CallOpGenericRecvMessageHelper::DeserializeFunc
 
class  grpc::CallOpGenericRecvMessageHelper::DeserializeFuncType< R >
 
class  grpc::CallOpGenericRecvMessage
 
class  grpc::CallOpClientSendClose
 
class  grpc::CallOpServerSendStatus
 
class  grpc::CallOpRecvInitialMetadata
 
class  grpc::CallOpClientRecvStatus
 
class  grpc::CallOpSetCollectionInterface
 An abstract collection of CallOpSet's, to be used whenever CallOpSet objects must be thought of as a group. More...
 
class  grpc::CallOpSetInterface
 An abstract collection of call ops, used to generate the grpc_call_op structure to pass down to the lower layers, and as it is-a CompletionQueueTag, also massages the final completion into the correct form for consumption in the C++ API. More...
 
class  grpc::CallOpSet< Op1, Op2, Op3, Op4, Op5, Op6 >
 Primary implementaiton of CallOpSetInterface. More...
 
class  grpc::SneakyCallOpSet< Op1, Op2, Op3, Op4, Op5, Op6 >
 A CallOpSet that does not post completions to the completion queue. More...
 
class  grpc::Call
 

Namespaces

 grpc
 
 grpc::CallOpGenericRecvMessageHelper
 

Functions

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

Variables

const char grpc::kBinaryErrorDetailsKey [] = "grpc-status-details-bin"