NCBI C++ ToolKit
|
Search Toolkit Book for SSERV_Attr
Public Attributes | |
ESERV_Type | type |
const char * | tag |
size_t | len |
SSERV_Ops | ops |
Definition at line 87 of file ncbi_server_info.c.
size_t SSERV_Attr::len |
Definition at line 90 of file ncbi_server_info.c.
Referenced by s_GetAttrByTag(), SERV_ReadType(), and SERV_WriteInfo().
SSERV_Ops SSERV_Attr::ops |
Definition at line 91 of file ncbi_server_info.c.
Referenced by SERV_EqualInfo(), SERV_HostOfInfo(), SERV_ReadInfoEx(), SERV_SizeOfInfo(), and SERV_WriteInfo().
const char* SSERV_Attr::tag |
Definition at line 89 of file ncbi_server_info.c.
Referenced by SERV_TypeStr(), and SERV_WriteInfo().
ESERV_Type SSERV_Attr::type |
Definition at line 88 of file ncbi_server_info.c.
Referenced by SERV_ReadInfoEx(), and SERV_ReadType().