NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
name.hpp File Reference
#include "ndn-cxx/name-component.hpp"
#include "ndn-cxx/util/optional.hpp"
#include <iterator>
Include dependency graph for name.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ndn::Name
 Represents an absolute name. More...
 
struct  std::hash< ndn::Name >
 

Namespaces

 ndn
 Copyright (c) 2011-2015 Regents of the University of California.
 

Typedefs

using ndn::PartialName = Name
 Represents an arbitrary sequence of name components. More...
 

Functions

 ndn::NDN_CXX_DECLARE_WIRE_ENCODE_INSTANTIATIONS (Name)
 
std::istream & ndn::operator>> (std::istream &is, Name &name)
 Parse URI from stream as Name. More...