GRPC C++  0.10.0.0
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions
grpc::AsyncReaderInterface< R > Class Template Referenceabstract

#include <stream.h>

Public Member Functions

virtual ~AsyncReaderInterface ()
 
virtual void Read (R *msg, void *tag)=0
 

Constructor & Destructor Documentation

template<class R >
virtual grpc::AsyncReaderInterface< R >::~AsyncReaderInterface ( )
inlinevirtual

Member Function Documentation

template<class R >
virtual void grpc::AsyncReaderInterface< R >::Read ( R *  msg,
void *  tag 
)
pure virtual

The documentation for this class was generated from the following file: