ANNA Suite  2020b
Multipurpose development suite for Telco applications
functions.hpp
Go to the documentation of this file.
1 // ANNA - Anna is Not Nothingness Anymore //
2 // //
3 // (c) Copyright 2005-2015 Eduardo Ramos Testillano & Francisco Ruiz Rayo //
4 // //
5 // See project site at http://redmine.teslayout.com/projects/anna-suite //
6 // See accompanying file LICENSE or copy at http://www.teslayout.com/projects/public/anna.LICENSE //
7 
8 
9 #ifndef anna_comm_functions_hpp
10 #define anna_comm_functions_hpp
11 
12 #include <vector>
13 
14 #include <anna/app/functions.hpp>
15 
16 namespace anna {
17 
18 namespace comm {
19 
20 class Application;
21 class Server;
22 class Service;
23 
32  static std::string getHostName() noexcept(false);
33 
34 
45  static std::string resolveIP(const char* hostname) noexcept(false);
46 
51  static comm::Application& getApp() noexcept(false);
52 };
53 
54 }
55 }
56 
57 #endif
58 
59 
Definition: Application.hpp:44
static std::string resolveIP(const char *hostname) noexcept(false)
Definition: functions.hpp:27
static comm::Application & getApp() noexcept(false)
Definition: app.hpp:12
Definition: functions.hpp:25
static std::string getHostName() noexcept(false)