GRPC C++  1.26.0
Public Member Functions | Protected Member Functions
grpc_impl::internal::ServerCallbackCall Class Referenceabstract

The base class of ServerCallbackUnary etc. More...

#include <server_callback_impl.h>

Public Member Functions

virtual ~ServerCallbackCall ()
 
void MaybeCallOnCancel (ServerReactor *reactor)
 
void MaybeCallOnCancel ()
 

Protected Member Functions

void Ref ()
 Increases the reference count. More...
 
int Unref ()
 Decreases the reference count and returns the previous value. More...
 

Detailed Description

The base class of ServerCallbackUnary etc.

Constructor & Destructor Documentation

◆ ~ServerCallbackCall()

virtual grpc_impl::internal::ServerCallbackCall::~ServerCallbackCall ( )
inlinevirtual

Member Function Documentation

◆ MaybeCallOnCancel() [1/2]

void grpc_impl::internal::ServerCallbackCall::MaybeCallOnCancel ( ServerReactor reactor)
inline

◆ MaybeCallOnCancel() [2/2]

void grpc_impl::internal::ServerCallbackCall::MaybeCallOnCancel ( )
inline

◆ Ref()

void grpc_impl::internal::ServerCallbackCall::Ref ( )
inlineprotected

Increases the reference count.

◆ Unref()

int grpc_impl::internal::ServerCallbackCall::Unref ( )
inlineprotected

Decreases the reference count and returns the previous value.


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