NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.3: NDN, CCN, CCNx, content centric networks
API Documentation
name.hpp File Reference
#include "common.hpp"
#include "name-component.hpp"
#include <boost/iterator/reverse_iterator.hpp>
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
 Name abstraction to represent an absolute name. More...
 
class  ndn::Name::Error
 Error that can be thrown from Name. More...
 
struct  std::hash< ndn::Name >
 

Namespaces

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

Typedefs

typedef Name ndn::PartialName
 Partial name abstraction to represent an arbitrary sequence of name components. More...
 

Functions

std::ostream & ndn::operator<< (std::ostream &os, const Name &name)
 
std::istream & ndn::operator>> (std::istream &is, Name &name)