Pothos  0.3.3-g32d3017c
The Pothos dataflow programming software suite
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros
Network.hpp
Go to the documentation of this file.
1 
11 #pragma once
12 #include <Pothos/Config.hpp>
13 #include <string>
14 
15 namespace Pothos {
16 namespace Util {
17 
22 POTHOS_API bool isIPv6Supported(void);
23 
29 POTHOS_API std::string getWildcardAddr(const std::string &service = "");
30 
36 POTHOS_API std::string getLoopbackAddr(const std::string &service = "");
37 
38 } //namespace Util
39 } //namespace Pothos
#define POTHOS_API
Definition: Config.hpp:41
POTHOS_API std::string getLoopbackAddr(const std::string &service="")
POTHOS_API bool isIPv6Supported(void)
POTHOS_API std::string getWildcardAddr(const std::string &service="")