|
GRPC C++
0.10.0.0
|
#include <client_context.h>
Public Member Functions | |
| template<class R > | |
| ClientWriter (ChannelInterface *channel, const RpcMethod &method, ClientContext *context, R *response) | |
| bool | Write (const W &msg, const WriteOptions &options) GRPC_OVERRIDE |
| bool | WritesDone () GRPC_OVERRIDE |
| Status | Finish () GRPC_OVERRIDE |
Public Member Functions inherited from grpc::ClientStreamingInterface | |
| virtual | ~ClientStreamingInterface () |
Public Member Functions inherited from grpc::WriterInterface< W > | |
| virtual | ~WriterInterface () |
| bool | Write (const W &msg) |
|
inline |
|
inlinevirtual |
Implements grpc::ClientStreamingInterface.
|
inlinevirtual |
Implements grpc::WriterInterface< W >.
|
inlinevirtual |
Implements grpc::ClientWriterInterface< W >.
1.8.6