GRPC C++  1.62.0
Public Member Functions | Data Fields
grpc::ServerBuilder::NamedService Struct Reference

#include <server_builder.h>

Public Member Functions

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

Data Fields

HostString host
 
grpc::Serviceservice
 

Constructor & Destructor Documentation

◆ NamedService() [1/2]

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

◆ NamedService() [2/2]

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

Field Documentation

◆ host

HostString grpc::ServerBuilder::NamedService::host

◆ service

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

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