getApplicationParameters() const | ndn::Interest | inline |
getAutoCheckParametersDigest() | ndn::Interest | inlinestatic |
getCanBePrefix() const noexcept | ndn::Interest | inline |
getCongestionMark() const | ndn::PacketBase | |
getForwardingHint() const noexcept | ndn::Interest | inline |
getHopLimit() const noexcept | ndn::Interest | inline |
getInterestLifetime() const noexcept | ndn::Interest | inline |
getMustBeFresh() const noexcept | ndn::Interest | inline |
getName() const noexcept | ndn::Interest | inline |
getNonce() const | ndn::Interest | |
getTag() const | ndn::TagHost | |
hasApplicationParameters() const noexcept | ndn::Interest | inline |
hasNonce() const noexcept | ndn::Interest | inline |
hasWire() const | ndn::Interest | inline |
Interest(const Name &name=Name(), time::milliseconds lifetime=DEFAULT_INTEREST_LIFETIME) | ndn::Interest | explicit |
Interest(const Block &wire) | ndn::Interest | explicit |
isParametersDigestValid() const | ndn::Interest | |
matchesData(const Data &data) const | ndn::Interest | |
matchesInterest(const Interest &other) const | ndn::Interest | |
modifyForwardingHint(const Modifier &modifier) | ndn::Interest | inline |
refreshNonce() | ndn::Interest | |
removeTag() const | ndn::TagHost | |
setApplicationParameters(const Block ¶meters) | ndn::Interest | |
setApplicationParameters(const uint8_t *value, size_t length) | ndn::Interest | |
setApplicationParameters(ConstBufferPtr value) | ndn::Interest | |
setAutoCheckParametersDigest(bool b) | ndn::Interest | inlinestatic |
setCanBePrefix(bool canBePrefix) | ndn::Interest | inline |
setCongestionMark(uint64_t mark) | ndn::PacketBase | |
setDefaultCanBePrefix(bool canBePrefix) | ndn::Interest | inlinestatic |
setForwardingHint(const DelegationList &value) | ndn::Interest | |
setHopLimit(optional< uint8_t > hopLimit) | ndn::Interest | |
setInterestLifetime(time::milliseconds lifetime) | ndn::Interest | |
setMustBeFresh(bool mustBeFresh) | ndn::Interest | inline |
setName(const Name &name) | ndn::Interest | |
setNonce(uint32_t nonce) | ndn::Interest | |
setTag(shared_ptr< T > tag) const | ndn::TagHost | |
toUri() const | ndn::Interest | |
unsetApplicationParameters() | ndn::Interest | |
wireDecode(const Block &wire) | ndn::Interest | |
wireEncode(EncodingImpl< TAG > &encoder) const | ndn::Interest | |
wireEncode() const | ndn::Interest | |