GRPC C++  1.3.0
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
gRPC C++ API

The gRPC C++ API mainly consists of the following classes:

Streaming calls are handled with the streaming classes in sync_stream.h and async_stream.h.

Refer to the examples for code putting these pieces into play.