Public Types | Public Member Functions | Private Member Functions | List of all members
google::protobuf::Service Class Referenceabstract

#include <service.h>

Public Types

enum  ChannelOwnership { STUB_OWNS_CHANNEL, STUB_DOESNT_OWN_CHANNEL }
 

Public Member Functions

virtual void CallMethod (const MethodDescriptor *method, RpcController *controller, const Message *request, Message *response, Closure *done)=0
 
virtual const ServiceDescriptorGetDescriptor ()=0
 
virtual const MessageGetRequestPrototype (const MethodDescriptor *method) const =0
 
virtual const MessageGetResponsePrototype (const MethodDescriptor *method) const =0
 
 Service ()
 
virtual ~Service ()
 

Private Member Functions

 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS (Service)
 

Detailed Description

Definition at line 132 of file service.h.

Member Enumeration Documentation

◆ ChannelOwnership

Enumerator
STUB_OWNS_CHANNEL 
STUB_DOESNT_OWN_CHANNEL 

Definition at line 140 of file service.h.

Constructor & Destructor Documentation

◆ Service()

google::protobuf::Service::Service ( )
inline

Definition at line 134 of file service.h.

◆ ~Service()

google::protobuf::Service::~Service ( )
virtual

Definition at line 40 of file service.cc.

Member Function Documentation

◆ CallMethod()

virtual void google::protobuf::Service::CallMethod ( const MethodDescriptor method,
RpcController controller,
const Message request,
Message response,
Closure done 
)
pure virtual

◆ GetDescriptor()

virtual const ServiceDescriptor* google::protobuf::Service::GetDescriptor ( )
pure virtual

◆ GetRequestPrototype()

virtual const Message& google::protobuf::Service::GetRequestPrototype ( const MethodDescriptor method) const
pure virtual

◆ GetResponsePrototype()

virtual const Message& google::protobuf::Service::GetResponsePrototype ( const MethodDescriptor method) const
pure virtual

◆ GOOGLE_DISALLOW_EVIL_CONSTRUCTORS()

google::protobuf::Service::GOOGLE_DISALLOW_EVIL_CONSTRUCTORS ( Service  )
private

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


libaditof
Author(s):
autogenerated on Wed May 21 2025 02:07:09