GRPC C++
0.11.0.0
|
#include <memory>
#include <grpc/grpc.h>
#include <grpc++/impl/call.h>
#include <grpc++/impl/grpc_library.h>
#include <grpc++/support/config.h>
Go to the source code of this file.
Data Structures | |
class | grpc::ClientReader< R > |
class | grpc::ClientWriter< W > |
class | grpc::ClientReaderWriter< R, W > |
class | grpc::ClientAsyncReader< R > |
class | grpc::ClientAsyncWriter< W > |
class | grpc::ClientAsyncReaderWriter< R, W > |
class | grpc::ClientAsyncResponseReader< R > |
class | grpc::Channel |
Channels represent a connection to an endpoint. Created by CreateChannel. More... | |
Namespaces | |
grpc | |