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

#include <stream.h>

Public Member Functions

virtual ~ReaderInterface ()
 
virtual bool Read (R *msg)=0
 

Constructor & Destructor Documentation

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

Member Function Documentation

template<class R >
virtual bool grpc::ReaderInterface< R >::Read ( R *  msg)
pure virtual

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