|
GRPC C++
0.13.1-pre1
|
#include <grpc++/impl/codegen/channel_interface.h>#include <grpc++/impl/codegen/call.h>#include <grpc++/impl/codegen/service_type.h>#include <grpc++/impl/codegen/server_context.h>#include <grpc++/impl/codegen/status.h>Go to the source code of this file.
Data Structures | |
| class | grpc::ClientAsyncStreamingInterface |
| Common interface for all client side asynchronous streaming. More... | |
| class | grpc::AsyncReaderInterface< R > |
| An interface that yields a sequence of messages of type R. More... | |
| class | grpc::AsyncWriterInterface< W > |
| An interface that can be fed a sequence of messages of type W. More... | |
| class | grpc::ClientAsyncReaderInterface< R > |
| class | grpc::ClientAsyncReader< R > |
| class | grpc::ClientAsyncWriterInterface< W > |
| Common interface for client side asynchronous writing. More... | |
| class | grpc::ClientAsyncWriter< W > |
| class | grpc::ClientAsyncReaderWriterInterface< W, R > |
| Client-side interface for asynchronous bi-directional streaming. More... | |
| class | grpc::ClientAsyncReaderWriter< W, R > |
| class | grpc::ServerAsyncReader< W, R > |
| class | grpc::ServerAsyncWriter< W > |
| class | grpc::ServerAsyncReaderWriter< W, R > |
| Server-side interface for asynchronous bi-directional streaming. More... | |
Namespaces | |
| grpc | |
1.8.6