|
GRPC C++
1.0.0
|
#include <map>#include <memory>#include <string>#include <grpc++/impl/codegen/config.h>#include <grpc++/impl/codegen/core_codegen_interface.h>#include <grpc++/impl/codegen/create_auth_context.h>#include <grpc++/impl/codegen/security/auth_context.h>#include <grpc++/impl/codegen/status.h>#include <grpc++/impl/codegen/string_ref.h>#include <grpc++/impl/codegen/sync.h>#include <grpc++/impl/codegen/time.h>#include <grpc/impl/codegen/compression_types.h>#include <grpc/impl/codegen/log.h>#include <grpc/impl/codegen/propagation_bits.h>#include <grpc/impl/codegen/time.h>Go to the source code of this file.
Data Structures | |
| class | grpc::ClientReader< R > |
| class | grpc::ClientWriter< W > |
| class | grpc::ClientReaderWriter< W, R > |
| class | grpc::ClientAsyncReader< R > |
| class | grpc::ClientAsyncWriter< W > |
| class | grpc::ClientAsyncReaderWriter< W, R > |
| 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 |
| class | grpc::ClientContext::GlobalCallbacks |
| Global Callbacks. More... | |
Namespaces | |
| grpc | |
| grpc::testing | |
1.8.11