runMACS
 All Data Structures Files Functions Variables Enumerations Enumerator Macros
NetworkHelper.h
Go to the documentation of this file.
1 #ifndef NETWORK_HELPER_H
2 #define NETWORK_HELPER_H
3 
4 #include <list>
5 #include <string>
6 
7 class NetworkHelper {
8 public:
11  std::list<std::string> getIpAddresses(bool allowIPv6 = false);
12 };
13 
14 #endif /* NETWORK_HELPER_H */
std::list< std::string > getIpAddresses(bool allowIPv6=false)