This is the complete list of members for ndn::Data, including all inherited members.
Data(const Name &name=Name()) | ndn::Data | explicit |
Data(const Block &wire) | ndn::Data | explicit |
extractSignedRanges() const | ndn::Data | |
getCongestionMark() const | ndn::PacketBase | |
getContent() const noexcept | ndn::Data | inline |
getContentType() const | ndn::Data | inline |
getFinalBlock() const | ndn::Data | inline |
getFreshnessPeriod() const | ndn::Data | inline |
getFullName() const | ndn::Data | |
getKeyLocator() const noexcept | ndn::Data | inline |
getMetaInfo() const noexcept | ndn::Data | inline |
getName() const noexcept | ndn::Data | inline |
getSignatureInfo() const noexcept | ndn::Data | inline |
getSignatureType() const noexcept | ndn::Data | inline |
getSignatureValue() const noexcept | ndn::Data | inline |
getTag() const | ndn::TagHost | |
hasContent() const noexcept | ndn::Data | inline |
hasWire() const noexcept | ndn::Data | inline |
removeTag() const | ndn::TagHost | |
resetWire() | ndn::Data | protected |
setCongestionMark(uint64_t mark) | ndn::PacketBase | |
setContent(const Block &block) | ndn::Data | |
setContent(span< const uint8_t > value) | ndn::Data | |
setContent(ConstBufferPtr value) | ndn::Data | |
setContentType(uint32_t type) | ndn::Data | |
setFinalBlock(optional< name::Component > finalBlockId) | ndn::Data | |
setFreshnessPeriod(time::milliseconds freshnessPeriod) | ndn::Data | |
setMetaInfo(const MetaInfo &metaInfo) | ndn::Data | |
setName(const Name &name) | ndn::Data | |
setSignatureInfo(const SignatureInfo &info) | ndn::Data | |
setSignatureValue(span< const uint8_t > value) | ndn::Data | |
setSignatureValue(ConstBufferPtr value) | ndn::Data | |
setTag(shared_ptr< T > tag) const | ndn::TagHost | |
unsetContent() | ndn::Data | |
wireDecode(const Block &wire) | ndn::Data | |
wireEncode(EncodingImpl< TAG > &encoder, bool wantUnsignedPortionOnly=false) const | ndn::Data | |
wireEncode(EncodingBuffer &encoder, span< const uint8_t > signature) const | ndn::Data | |
wireEncode() const | ndn::Data |