#include <wire_reader.h>
Public Member Functions | |
virtual std::shared_ptr< WireWriter > | SetupTransport (std::unique_ptr< Binder > endpoint_binder)=0 |
~WireReader () override=default | |
![]() | |
InternallyRefCounted (const InternallyRefCounted &)=delete | |
InternallyRefCounted & | operator= (const InternallyRefCounted &)=delete |
![]() | |
Orphanable & | operator= (const Orphanable &)=delete |
virtual void | Orphan ()=0 |
Orphanable (const Orphanable &)=delete | |
Additional Inherited Members | |
![]() | |
InternallyRefCounted (const char *trace=nullptr, intptr_t initial_refcount=1) | |
RefCountedPtr< WireReader > | Ref () GRPC_MUST_USE_RESULT |
RefCountedPtr< WireReader > | Ref (const DebugLocation &location, const char *reason) GRPC_MUST_USE_RESULT |
void | Unref () |
void | Unref (const DebugLocation &location, const char *reason) |
~InternallyRefCounted () override=default | |
![]() | |
Orphanable () | |
virtual | ~Orphanable () |
Definition at line 29 of file wire_reader.h.
|
overridedefault |
|
pure virtual |
Implemented in grpc_binder::WireReaderImpl.