Public Member Functions | List of all members
grpc::Server::UnimplementedAsyncRequest Class Referencefinal
Inheritance diagram for grpc::Server::UnimplementedAsyncRequest:
Inheritance graph
[legend]

Public Member Functions

grpc::ServerContextcontext ()
 
bool FinalizeResult (void **tag, bool *status) override
 
grpc::GenericServerAsyncReaderWriterstream ()
 
 UnimplementedAsyncRequest (ServerInterface *server, grpc::ServerCompletionQueue *cq)
 

Detailed Description

Use private inheritance rather than composition only to establish order of construction, since the public base class should be constructed after the elements belonging to the private base class are constructed. This is not possible using true composition.

Definition at line 324 of file server_cc.cc.

Constructor & Destructor Documentation

◆ UnimplementedAsyncRequest()

grpc::Server::UnimplementedAsyncRequest::UnimplementedAsyncRequest ( ServerInterface server,
grpc::ServerCompletionQueue cq 
)
inline

Definition at line 328 of file server_cc.cc.

Member Function Documentation

◆ context()

grpc::ServerContext* grpc::Server::UnimplementedAsyncRequest::context ( )
inline

Definition at line 335 of file server_cc.cc.

◆ FinalizeResult()

bool grpc::Server::UnimplementedAsyncRequest::FinalizeResult ( void **  tag,
bool status 
)
override

Definition at line 1335 of file server_cc.cc.

◆ stream()

grpc::GenericServerAsyncReaderWriter* grpc::Server::UnimplementedAsyncRequest::stream ( )
inline

Definition at line 336 of file server_cc.cc.


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


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:31