NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
name.cpp File Reference
#include "name.hpp"
#include "encoding/block.hpp"
#include "encoding/encoding-buffer.hpp"
#include "util/time.hpp"
#include <sstream>
#include <boost/functional/hash.hpp>
#include <boost/range/adaptor/reversed.hpp>
#include <boost/range/concepts.hpp>
Include dependency graph for name.cpp:

Go to the source code of this file.

Namespaces

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

Functions

 ndn::NDN_CXX_DEFINE_WIRE_ENCODE_INSTANTIATIONS (Name)
 
std::ostream & ndn::operator<< (std::ostream &os, const Name &name)
 Print URI representation of a name. More...
 
std::istream & ndn::operator>> (std::istream &is, Name &name)
 Parse URI from stream as Name. More...
 

Variables

 ndn::WireEncodable< Name >
 
 ndn::WireEncodableWithEncodingBuffer< Name >
 
 ndn::WireDecodable< Name >