GRPC C++  1.13.0-dev
Public Member Functions | Data Fields
grpc::ServerBuilder::NamedService Struct Reference

#include <server_builder.h>

Public Member Functions

 NamedService (Service *s)
 
 NamedService (const grpc::string &h, Service *s)
 

Data Fields

HostString host
 
Serviceservice
 

Constructor & Destructor Documentation

◆ NamedService() [1/2]

grpc::ServerBuilder::NamedService::NamedService ( Service s)
inlineexplicit

◆ NamedService() [2/2]

grpc::ServerBuilder::NamedService::NamedService ( const grpc::string h,
Service s 
)
inline

Field Documentation

◆ host

HostString grpc::ServerBuilder::NamedService::host

◆ service

Service* grpc::ServerBuilder::NamedService::service

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