Go to the source code of this file.
Classes | |
class | ndn::Exclude::const_iterator |
class | ndn::Exclude::Error |
class | ndn::Exclude |
Represents Exclude selector in NDN Interest. More... | |
class | ndn::Exclude::ExcludeComponent |
either a name::Component or "negative infinity" More... | |
class | ndn::Exclude::Range |
represent an excluded component or range More... | |
Namespaces | |
ndn | |
Copyright (c) 2013-2017 Regents of the University of California. | |
Functions | |
std::ostream & | ndn::operator<< (std::ostream &os, const Exclude::Range &range) |
std::ostream & | ndn::operator<< (std::ostream &os, const Exclude &exclude) |
bool | ndn::operator== (const Exclude::ExcludeComponent &a, const Exclude::ExcludeComponent &b) |
bool | ndn::operator> (const Exclude::ExcludeComponent &a, const Exclude::ExcludeComponent &b) |