#include "face-uri.hpp"
#include "address-converter.hpp"
#include "dns.hpp"
#include "util/string-helper.hpp"
#include <boost/algorithm/string.hpp>
#include <boost/lexical_cast.hpp>
#include <boost/mpl/vector.hpp>
#include <boost/mpl/for_each.hpp>
#include <regex>
#include <set>
#include <sstream>
Go to the source code of this file.
|
| | ndn |
| | Copyright (c) 2013-2017 Regents of the University of California.
|
| |
|
| using | ndn::CanonizeProviders = boost::mpl::vector< UdpCanonizeProvider *, TcpCanonizeProvider *, EtherCanonizeProvider *, DevCanonizeProvider *, UdpDevCanonizeProvider * > |
| |
| using | ndn::CanonizeProviderTable = std::map< std::string, shared_ptr< CanonizeProvider >> |
| |