24 #ifndef NDN_EXCLUDE_HPP 25 #define NDN_EXCLUDE_HPP 69 template<encoding::Tag TAG>
174 typedef std::map<ExcludeComponent, bool, std::greater<ExcludeComponent>>
ExcludeMap;
175 typedef ExcludeMap::value_type
Entry;
230 const_iterator(ExcludeMap::const_reverse_iterator it, ExcludeMap::const_reverse_iterator rend);
255 ExcludeMap::const_reverse_iterator m_it;
256 ExcludeMap::const_reverse_iterator m_rend;
287 appendEntry(
const T& component,
bool hasAny);
294 mutable Block m_wire;
329 return m_entries.empty();
335 return !(*
this == other);
353 BOOST_ASSERT(m_it != m_rend);
360 BOOST_ASSERT(m_it != m_rend);
367 return m_it == other.m_it;
378 #endif // NDN_EXCLUDE_HPP std::string toUri() const
Get escaped string representation (e.g., for use in URI) of the exclude filter.
bool operator==(const Exclude::Range &other) const
const Range & operator*() const
Copyright (c) 2011-2015 Regents of the University of California.
Exclude & excludeBefore(const name::Component &to)
Exclude all components in range (-Inf, to].
friend std::ostream & operator<<(std::ostream &os, const Exclude &name)
either a name::Component or "negative infinity"
represent an excluded component or range
const_iterator & operator++()
std::ostream & operator<<(std::ostream &os, const Data &data)
name::Component from
from component (inclusive)
bool toInfinity
to positive infinity?
const_iterator end() const
Represents a TLV element of NDN packet format.
Exclude()
Constructs an empty Exclude.
Table::const_iterator iterator
void wireDecode(const Block &wire)
Decode from the wire format.
Exclude & excludeOne(const name::Component &comp)
Exclude specific name component.
const Block & wireEncode() const
Encode to a wire format.
ExcludeMap::value_type Entry
bool operator==(const const_iterator &other) const
std::map< ExcludeComponent, bool, std::greater< ExcludeComponent > > ExcludeMap
a map of exclude entries
bool fromInfinity
from negative infinity?
NDN_CXX_DECLARE_WIRE_ENCODE_INSTANTIATIONS(Exclude)
name::Component to
to component (inclusive)
bool operator>(const Delegation &lhs, const Delegation &rhs)
Represents a name component.
name::Component component
Exclude & excludeAfter(const name::Component &from)
Exclude all components in range [from, +Inf)
bool operator==(const Data &lhs, const Data &rhs)
Error(const std::string &what)
bool isExcluded(const name::Component &comp) const
Check if name component is excluded.
Exclude & excludeRange(const name::Component &from, const name::Component &to)
Exclude components in range [from, to].
const Range * operator->() const
bool operator==(const Exclude &other) const
const_iterator begin() const
bool operator!=(const Exclude::Range &other) const
ExcludeComponent(const name::Component &component)
implicitly construct a regular infinity ExcludeComponent
represents an error in TLV encoding or decoding
Represents Exclude selector in NDN Interest.
bool operator!=(const Exclude &other) const
bool operator!=(const const_iterator &other) const