NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
ndn::Link Member List

This is the complete list of members for ndn::Link, including all inherited members.

addDelegation(const Name &name)ndn::Link
Data(const Name &name=Name())ndn::Dataexplicit
Data(const Block &wire)ndn::Dataexplicit
extractSignedRanges() constndn::Data
getCongestionMark() constndn::PacketBase
getContent() const noexceptndn::Datainline
getContentType() constndn::Datainline
getDelegationList() constndn::Linkinline
getFinalBlock() constndn::Datainline
getFreshnessPeriod() constndn::Datainline
getFullName() constndn::Data
getKeyLocator() const noexceptndn::Datainline
getMetaInfo() const noexceptndn::Datainline
getName() const noexceptndn::Datainline
getSignatureInfo() const noexceptndn::Datainline
getSignatureType() const noexceptndn::Datainline
getSignatureValue() const noexceptndn::Datainline
getTag() constndn::TagHost
hasContent() const noexceptndn::Datainline
hasWire() const noexceptndn::Datainline
Link()ndn::Link
Link(const Block &wire)ndn::Linkexplicit
Link(const Name &name, std::initializer_list< Name > delegations={})ndn::Linkexplicit
removeDelegation(const Name &name)ndn::Link
removeTag() constndn::TagHost
resetWire()ndn::Dataprotected
setCongestionMark(uint64_t mark)ndn::PacketBase
setContent(const Block &block)ndn::Data
setContent(span< const uint8_t > value)ndn::Data
setContent(const uint8_t *value, size_t length)ndn::Data
setContent(ConstBufferPtr value)ndn::Data
setContentType(uint32_t type)ndn::Data
setDelegationList(std::vector< Name > delegations)ndn::Link
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(ConstBufferPtr value)ndn::Data
setTag(shared_ptr< T > tag) constndn::TagHost
unsetContent()ndn::Data
wireDecode(const Block &wire)ndn::Link
wireEncode(EncodingImpl< TAG > &encoder, bool wantUnsignedPortionOnly=false) constndn::Data
wireEncode(EncodingBuffer &encoder, span< const uint8_t > signature) constndn::Data
wireEncode() constndn::Data