#include "name-component.hpp"#include "encoding/encoding-buffer.hpp"#include <sstream>#include <map>

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