NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.3: NDN, CCN, CCNx, content centric networks
API Documentation
exclude.cpp File Reference
#include "exclude.hpp"
#include "encoding/block-helpers.hpp"
#include <boost/range/adaptors.hpp>
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)
 
template size_t ndn::Exclude::wireEncode< encoding::EncoderTag > (EncodingImpl< encoding::EncoderTag > &encoder) const
 
template size_t ndn::Exclude::wireEncode< encoding::EstimatorTag > (EncodingImpl< encoding::EstimatorTag > &encoder) const
 
std::ostream & ndn::operator<< (std::ostream &os, const Exclude &exclude)
 

Variables

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