ip:在C ++中处理IP地址的实用程序

时间:2024-05-19 02:20:19
【文件属性】:

文件名称:ip:在C ++中处理IP地址的实用程序

文件大小:6KB

文件格式:ZIP

更新时间:2024-05-19 02:20:19

CMake

知识产权 用于处理IP地址的实用程序。 许可证:麻省理工学院(请参阅LICENSE.txt ) 例子 # include " ip/ipv4.hpp " auto main ( int , char const **) -> int { // Convert from a string... auto ip = ip::IPv4::from_string ( " 127.0.0.1 " ); // Explicitly convertible to a uint32_t (host byte order)... auto ip_val = static_cast < uint32>(ip); return 0 ; }


【文件预览】:
ip-master
----.gitignore(21B)
----setup()
--------CMakeLists.txt(247B)
----src()
--------ipv4.cpp(2KB)
--------CMakeLists.txt(572B)
----submodules()
--------cmake()
----LICENSE.txt(1KB)
----.gitmodules(108B)
----README.md(376B)
----cmake()
--------IpConfig.cmake(160B)
--------SuperBuild.cmake(754B)
----tests()
--------CMakeLists.txt(0B)
----include()
--------ip()
--------CMakeLists.txt(455B)
----CMakeLists.txt(679B)

网友评论