address-converter.cpp File Reference
+ Include dependency graph for address-converter.cpp:

Go to the source code of this file.

Namespaces

 ndn
 Copyright (c) 2013-2017 Regents of the University of California.
 
 ndn::ip
 

Functions

boost::asio::ip::address ndn::ip::addressFromString (const std::string &str, boost::system::error_code &ec)
 parse and convert the input string into an IP address More...
 
boost::asio::ip::address ndn::ip::addressFromString (const std::string &str)
 parse and convert the input string into an IP address More...
 
boost::asio::ip::address_v6 ndn::ip::addressV6FromString (const std::string &str, boost::system::error_code &ec)
 parse and convert the input string into an IPv6 address More...
 
boost::asio::ip::address_v6 ndn::ip::addressV6FromString (const std::string &str)
 parse and convert the input string into an IPv6 address More...