GRPC C++  1.30.0
Namespaces | Typedefs
sync_stream.h File Reference
#include <grpcpp/impl/codegen/sync_stream_impl.h>

Go to the source code of this file.

Namespaces

 grpc
 This header provides an object that reads bytes directly from a grpc::ByteBuffer, via the ZeroCopyInputStream interface.
 
 grpc::internal
 Models a gRPC server.
 

Typedefs

typedef ::grpc_impl::internal::ClientStreamingInterface grpc::internal::ClientStreamingInterface
 
typedef ::grpc_impl::internal::ServerStreamingInterface grpc::internal::ServerStreamingInterface
 
template<class R >
using grpc::internal::ReaderInterface = ::grpc_impl::internal::ReaderInterface< R >
 
template<class W >
using grpc::internal::WriterInterface = ::grpc_impl::internal::WriterInterface< W >
 
template<class R >
using grpc::internal::ClientReaderFactory = ::grpc_impl::internal::ClientReaderFactory< R >
 
template<class W >
using grpc::internal::ClientWriterFactory = ::grpc_impl::internal::ClientWriterFactory< W >
 
template<class W , class R >
using grpc::internal::ClientReaderWriterFactory = ::grpc_impl::internal::ClientReaderWriterFactory< W, R >
 
template<class R >
using grpc::ClientReaderInterface = ::grpc_impl::ClientReaderInterface< R >
 
template<class R >
using grpc::ClientReader = ::grpc_impl::ClientReader< R >
 
template<class W >
using grpc::ClientWriterInterface = ::grpc_impl::ClientWriterInterface< W >
 
template<class W >
using grpc::ClientWriter = ::grpc_impl::ClientWriter< W >
 
template<class W , class R >
using grpc::ClientReaderWriterInterface = ::grpc_impl::ClientReaderWriterInterface< W, R >
 
template<class W , class R >
using grpc::ClientReaderWriter = ::grpc_impl::ClientReaderWriter< W, R >
 
template<class R >
using grpc::ServerReaderInterface = ::grpc_impl::ServerReaderInterface< R >
 
template<class R >
using grpc::ServerReader = ::grpc_impl::ServerReader< R >
 
template<class W >
using grpc::ServerWriterInterface = ::grpc_impl::ServerWriterInterface< W >
 
template<class W >
using grpc::ServerWriter = ::grpc_impl::ServerWriter< W >
 
template<class W , class R >
using grpc::ServerReaderWriterInterface = ::grpc_impl::ServerReaderWriterInterface< W, R >
 
template<class W , class R >
using grpc::ServerReaderWriter = ::grpc_impl::ServerReaderWriter< W, R >
 
template<class RequestType , class ResponseType >
using grpc::ServerUnaryStreamer = ::grpc_impl::ServerUnaryStreamer< RequestType, ResponseType >
 
template<class RequestType , class ResponseType >
using grpc::ServerSplitStreamer = ::grpc_impl::ServerSplitStreamer< RequestType, ResponseType >