face-uri.cpp File Reference
#include "ndn-cxx/net/face-uri.hpp"
#include "ndn-cxx/detail/common.hpp"
#include "ndn-cxx/net/dns.hpp"
#include "ndn-cxx/util/string-helper.hpp"
#include <boost/algorithm/string/classification.hpp>
#include <boost/algorithm/string/split.hpp>
#include <boost/lexical_cast.hpp>
#include <boost/mp11/algorithm.hpp>
#include <boost/mp11/list.hpp>
#include <boost/mp11/set.hpp>
#include <regex>
#include <set>
#include <sstream>
+ Include dependency graph for face-uri.cpp:

Go to the source code of this file.

Namespaces

 ndn
 

Typedefs

using ndn::CanonizeProviders = boost::mp11::mp_list< UdpCanonizeProvider, TcpCanonizeProvider, EtherCanonizeProvider, DevCanonizeProvider, UdpDevCanonizeProvider >
 
using ndn::CanonizeProviderTable = std::map< std::string, std::shared_ptr< CanonizeProvider > >