gRPC  0.6.0
 All Classes Namespaces Functions Variables Enumerations Properties Pages
Public Member Functions | List of all members
grpc::ClientAsyncReaderWriterInterface< W, R > Class Template Referenceabstract
Inheritance diagram for grpc::ClientAsyncReaderWriterInterface< W, R >:
grpc::ClientAsyncStreamingInterface grpc::AsyncWriterInterface< W > grpc::AsyncReaderInterface< R > grpc::GRPC_FINAL< R >

Public Member Functions

virtual void WritesDone (void *tag)=0
 
- Public Member Functions inherited from grpc::ClientAsyncStreamingInterface
virtual void ReadInitialMetadata (void *tag)=0
 
virtual void Finish (Status *status, void *tag)=0
 
- Public Member Functions inherited from grpc::AsyncWriterInterface< W >
virtual void Write (const W &msg, void *tag)=0
 
- Public Member Functions inherited from grpc::AsyncReaderInterface< R >
virtual void Read (R *msg, void *tag)=0
 

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