libcluon  0.0.148
IPv4Tools.hpp
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2019 Christian Berger
3  *
4  * This Source Code Form is subject to the terms of the Mozilla Public
5  * License, v. 2.0. If a copy of the MPL was not distributed with this
6  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7  */
8 
9 #ifndef CLUON_IPV4TOOLS_HPP
10 #define CLUON_IPV4TOOLS_HPP
11 
12 #include <string>
13 
14 namespace cluon {
15 
19 std::string getIPv4FromHostname(const std::string &hostname) noexcept;
20 
21 } // namespace cluon
22 
23 #endif
Definition: cluon.hpp:65
std::string getIPv4FromHostname(const std::string &hostname) noexcept
Definition: IPv4Tools.cpp:31