runMACS
Main Page
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Enumerations
Enumerator
Macros
cpp
include
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
:
9
NetworkHelper
();
10
~NetworkHelper
();
11
std::list<std::string>
getIpAddresses
(
bool
allowIPv6 =
false
);
12
};
13
14
#endif
/* NETWORK_HELPER_H */
NetworkHelper::getIpAddresses
std::list< std::string > getIpAddresses(bool allowIPv6=false)
Definition:
NetworkHelper.cpp:39
NetworkHelper
Definition:
NetworkHelper.h:7
NetworkHelper::NetworkHelper
NetworkHelper()
Definition:
NetworkHelper.cpp:21
NetworkHelper::~NetworkHelper
~NetworkHelper()
Definition:
NetworkHelper.cpp:33
Generated on Wed Feb 13 2019 14:31:26 for runMACS by
1.8.8