OpenSDN source code
etcdserverpb::Lease::WithStreamedUnaryMethod_LeaseGrant< BaseClass > Class Template Referenceabstract

#include <rpc.grpc.pb.h>

Inheritance diagram for etcdserverpb::Lease::WithStreamedUnaryMethod_LeaseGrant< BaseClass >:
Collaboration diagram for etcdserverpb::Lease::WithStreamedUnaryMethod_LeaseGrant< BaseClass >:

Public Member Functions

 WithStreamedUnaryMethod_LeaseGrant ()
 
 ~WithStreamedUnaryMethod_LeaseGrant () override
 
::grpc::Status LeaseGrant (::grpc::ServerContext *context, const ::etcdserverpb::LeaseGrantRequest *request, ::etcdserverpb::LeaseGrantResponse *response) final override
 
virtual ::grpc::Status StreamedLeaseGrant (::grpc::ServerContext *context, ::grpc::ServerUnaryStreamer< ::etcdserverpb::LeaseGrantRequest,::etcdserverpb::LeaseGrantResponse > *server_unary_streamer)=0
 

Private Member Functions

void BaseClassMustBeDerivedFromService (const Service *service)
 

Detailed Description

template<class BaseClass>
class etcdserverpb::Lease::WithStreamedUnaryMethod_LeaseGrant< BaseClass >

Definition at line 789 of file rpc.grpc.pb.h.

Constructor & Destructor Documentation

◆ WithStreamedUnaryMethod_LeaseGrant()

Definition at line 793 of file rpc.grpc.pb.h.

◆ ~WithStreamedUnaryMethod_LeaseGrant()

template<class BaseClass >
etcdserverpb::Lease::WithStreamedUnaryMethod_LeaseGrant< BaseClass >::~WithStreamedUnaryMethod_LeaseGrant ( )
inlineoverride

Definition at line 797 of file rpc.grpc.pb.h.

Here is the call graph for this function:

Member Function Documentation

◆ BaseClassMustBeDerivedFromService()

template<class BaseClass >
void etcdserverpb::Lease::WithStreamedUnaryMethod_LeaseGrant< BaseClass >::BaseClassMustBeDerivedFromService ( const Service service)
inlineprivate

Definition at line 791 of file rpc.grpc.pb.h.

◆ LeaseGrant()

template<class BaseClass >
::grpc::Status etcdserverpb::Lease::WithStreamedUnaryMethod_LeaseGrant< BaseClass >::LeaseGrant ( ::grpc::ServerContext *  context,
const ::etcdserverpb::LeaseGrantRequest request,
::etcdserverpb::LeaseGrantResponse response 
)
inlinefinaloverride

Definition at line 801 of file rpc.grpc.pb.h.

◆ StreamedLeaseGrant()

template<class BaseClass >
virtual ::grpc::Status etcdserverpb::Lease::WithStreamedUnaryMethod_LeaseGrant< BaseClass >::StreamedLeaseGrant ( ::grpc::ServerContext *  context,
::grpc::ServerUnaryStreamer< ::etcdserverpb::LeaseGrantRequest,::etcdserverpb::LeaseGrantResponse > *  server_unary_streamer 
)
pure virtual

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