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

Go to the source code of this file.

Namespaces

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

Functions

bool ndn::operator== (const Exclude::ExcludeComponent &a, const Exclude::ExcludeComponent &b)
 
bool ndn::operator> (const Exclude::ExcludeComponent &a, const Exclude::ExcludeComponent &b)
 
std::ostream & ndn::operator<< (std::ostream &os, const Exclude::Range &range)
 
 ndn::NDN_CXX_DEFINE_WIRE_ENCODE_INSTANTIATIONS (Exclude)
 
std::ostream & ndn::operator<< (std::ostream &os, const Exclude &exclude)
 

Variables

 ndn::WireEncodable< Exclude >
 
 ndn::WireEncodableWithEncodingBuffer< Exclude >
 
 ndn::WireDecodable< Exclude >