| 
    GRPC C++
    0.11.0.0
    
   | 
 
#include <grpc/support/log.h>#include <grpc++/channel.h>#include <grpc++/client_context.h>#include <grpc++/completion_queue.h>#include <grpc++/impl/call.h>#include <grpc++/impl/service_type.h>#include <grpc++/server_context.h>#include <grpc++/support/status.h>Go to the source code of this file.
Data Structures | |
| class | grpc::ClientStreamingInterface | 
| Common interface for all synchronous client side streaming.  More... | |
| class | grpc::ReaderInterface< R > | 
| An interface that yields a sequence of messages of type R.  More... | |
| class | grpc::WriterInterface< W > | 
| An interface that can be fed a sequence of messages of type W.  More... | |
| class | grpc::ClientReaderInterface< R > | 
| Client-side interface for streaming reads of message of type R.  More... | |
| class | grpc::ClientReader< R > | 
| class | grpc::ClientWriterInterface< W > | 
| Client-side interface for streaming writes of message of type W.  More... | |
| class | grpc::ClientWriter< W > | 
| class | grpc::ClientReaderWriterInterface< W, R > | 
| Client-side interface for bi-directional streaming.  More... | |
| class | grpc::ClientReaderWriter< R, W > | 
| class | grpc::ServerReader< R > | 
| class | grpc::ServerWriter< W > | 
| class | grpc::ServerReaderWriter< R, W > | 
| Server-side interface for bi-directional streaming.  More... | |
Namespaces | |
| grpc | |
 1.8.6