NCBI C++ ToolKit
util.hpp
Go to the documentation of this file.

Go to the SVN repository for this file.

1 /* $Id: util.hpp 76197 2017-01-23 18:16:35Z sadyrovr $
2  * ===========================================================================
3  *
4  * PUBLIC DOMAIN NOTICE
5  * National Center for Biotechnology Information
6  *
7  * This software/database is a "United States Government Work" under the
8  * terms of the United States Copyright Act. It was written as part of
9  * the author's official duties as a United States Government employee and
10  * thus cannot be copyrighted. This software/database is freely available
11  * to the public for use. The National Library of Medicine and the U.S.
12  * Government have not placed any restriction on its use or reproduction.
13  *
14  * Although all reasonable efforts have been taken to ensure the accuracy
15  * and reliability of the software and data, the NLM and the U.S.
16  * Government do not and cannot warrant the performance or results that
17  * may be obtained by using this software or data. The NLM and the U.S.
18  * Government disclaim all warranties, express or implied, including
19  * warranties of performance, merchantability or fitness for any particular
20  * purpose.
21  *
22  * Please cite the author in any work or product based on this material.
23  *
24  * ===========================================================================
25  *
26  * File Description:
27  * Contains declarations of utility classes used by Grid applications.
28  *
29  * Authors:
30  * Dmitry Kazimirov
31  *
32  */
33 
34 
35 #ifndef CONNECT_SERVICES___UTIL__HPP
36 #define CONNECT_SERVICES___UTIL__HPP
37 
38 #include "netcomponent.hpp"
39 
41 
42 struct SCmdLineArgListImpl;
43 
45 {
46  NCBI_NET_COMPONENT(CmdLineArgList);
47 
48  static CCmdLineArgList OpenForOutput(const string& file_or_stdout);
49 
50  void WriteLine(const string& line);
51 
52  static CCmdLineArgList CreateFrom(const string& file_or_list);
53 
54  bool GetNextArg(string& arg);
55 
56  static const string GetDelimiterString();
57 };
58 
59 
61 string g_NetService_gethostnamebyaddr(unsigned ip);
62 
63 
65 unsigned g_NetService_gethostbyname(const string& hostname);
66 
67 
69 string g_NetService_gethostname(const string& ip_or_hostname);
70 
71 
73 string g_NetService_gethostip(const string& ip_or_hostname);
74 
75 
77 string g_NetService_TryResolveHost(const string& ip_or_hostname);
78 
79 #define TEMP_STRING_CTOR(str) CTempString(str, sizeof(str) - 1)
80 
82 
83 #endif /* CONNECT_SERVICES___UTIL__HPP */
static const char ip[]
Definition: des.c:75
#define END_NCBI_SCOPE
End previously defined NCBI scope.
Definition: ncbistl.hpp:103
#define BEGIN_NCBI_SCOPE
Define ncbi namespace.
Definition: ncbistl.hpp:100
#define NCBI_XCONNECT_EXPORT
string g_NetService_TryResolveHost(const string &ip_or_hostname)
Definition: util.cpp:186
string g_NetService_gethostname(const string &ip_or_hostname)
Definition: util.cpp:170
string g_NetService_gethostnamebyaddr(unsigned ip)
Definition: util.cpp:154
string g_NetService_gethostip(const string &ip_or_hostname)
Definition: util.cpp:181
unsigned g_NetService_gethostbyname(const string &hostname)
Definition: util.cpp:160
#define NCBI_NET_COMPONENT(component)
Modified on Wed Sep 04 15:00:55 2024 by modify_doxy.py rev. 669887