NCBI C++ ToolKit
|
Search Toolkit Book for CSERV_Info
Attributes of a given service. More...
#include <connect/ncbi_service.hpp>
Public Member Functions | |
CSERV_Info (const string &host, unsigned short port, double rate, ESERV_Type type) | |
string | GetHost (void) const |
unsigned short | GetPort (void) const |
double | GetRate (void) const |
ESERV_Type | GetType (void) const |
Private Attributes | |
string | m_Host |
unsigned short | m_Port |
double | m_Rate |
ESERV_Type | m_Type |
Attributes of a given service.
Definition at line 53 of file ncbi_service.hpp.