GRPC C++
0.11.0.0
|
#include <map>
#include <memory>
#include <string>
#include <grpc/compression.h>
#include <grpc/grpc.h>
#include <grpc/support/log.h>
#include <grpc/support/time.h>
#include <grpc++/security/auth_context.h>
#include <grpc++/support/config.h>
#include <grpc++/support/status.h>
#include <grpc++/support/string_ref.h>
#include <grpc++/support/time.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::PropagationOptions |
Options for ClientContext::FromServerContext specifying which traits from the ServerContext to propagate (copy) from it into a new ClientContext. More... | |
class | grpc::ClientContext |
Namespaces | |
grpc | |
grpc::testing | |