GRPC C++  0.10.0.0
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions
grpc::ClientAsyncResponseReader< R > Class Template Reference

#include <async_unary_call.h>

Public Member Functions

template<class W >
 ClientAsyncResponseReader (ChannelInterface *channel, CompletionQueue *cq, const RpcMethod &method, ClientContext *context, const W &request)
 
void ReadInitialMetadata (void *tag)
 
void Finish (R *msg, Status *status, void *tag)
 
- Public Member Functions inherited from grpc::ClientAsyncResponseReaderInterface< R >
virtual ~ClientAsyncResponseReaderInterface ()
 

Constructor & Destructor Documentation

template<class R >
template<class W >
grpc::ClientAsyncResponseReader< R >::ClientAsyncResponseReader ( ChannelInterface channel,
CompletionQueue cq,
const RpcMethod method,
ClientContext context,
const W &  request 
)
inline

Member Function Documentation

template<class R >
void grpc::ClientAsyncResponseReader< R >::Finish ( R *  msg,
Status status,
void *  tag 
)
inlinevirtual
template<class R >
void grpc::ClientAsyncResponseReader< R >::ReadInitialMetadata ( void *  tag)
inlinevirtual

The documentation for this class was generated from the following file: