face-uri.cpp File Reference
#include "ndn-cxx/net/face-uri.hpp"
#include "ndn-cxx/net/dns.hpp"
#include "ndn-cxx/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>
+ Include dependency graph for face-uri.cpp:

Go to the source code of this file.

Namespaces

 ndn
 

Typedefs

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

Functions

static const CanonizeProvider * ndn::getCanonizeProvider (const std::string &scheme)
 
std::ostream & ndn::operator<< (std::ostream &os, const FaceUri &uri)