Go to the documentation of this file.Go to the SVN repository for this file.
35 #ifndef CONNECT_SERVICES___UTIL__HPP
36 #define CONNECT_SERVICES___UTIL__HPP
50 void WriteLine(
const string& line);
54 bool GetNextArg(
string& arg);
56 static const string GetDelimiterString();
79 #define TEMP_STRING_CTOR(str) CTempString(str, sizeof(str) - 1)
#define END_NCBI_SCOPE
End previously defined NCBI scope.
#define BEGIN_NCBI_SCOPE
Define ncbi namespace.
#define NCBI_XCONNECT_EXPORT
string g_NetService_TryResolveHost(const string &ip_or_hostname)
string g_NetService_gethostname(const string &ip_or_hostname)
string g_NetService_gethostnamebyaddr(unsigned ip)
string g_NetService_gethostip(const string &ip_or_hostname)
unsigned g_NetService_gethostbyname(const string &hostname)
#define NCBI_NET_COMPONENT(component)