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

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

at(size_t i) const ndn::DelegationListinline
begin() const noexceptndn::DelegationListinline
const_iterator typedefndn::DelegationList
DelegationList()ndn::DelegationList
DelegationList(std::initializer_list< Delegation > dels)ndn::DelegationList
DelegationList(const Block &block, bool wantSort=true)ndn::DelegationListexplicit
empty() const noexceptndn::DelegationListinline
end() const noexceptndn::DelegationListinline
erase(uint64_t preference, const Name &name)ndn::DelegationListinline
erase(const Delegation &del)ndn::DelegationListinline
erase(const Name &name)ndn::DelegationListinline
INS_APPEND enum valuendn::DelegationList
INS_REPLACE enum valuendn::DelegationList
INS_SKIP enum valuendn::DelegationList
insert(uint64_t preference, const Name &name, InsertConflictResolution onConflict=INS_REPLACE)ndn::DelegationList
insert(const Delegation &del, InsertConflictResolution onConflict=INS_REPLACE)ndn::DelegationListinline
InsertConflictResolution enum namendn::DelegationList
isSorted() const noexceptndn::DelegationListinline
operator==(const DelegationList &, const DelegationList &)ndn::DelegationListfriend
operator[](size_t i) const ndn::DelegationListinline
size() const noexceptndn::DelegationListinline
sort()ndn::DelegationList
wireDecode(const Block &block, bool wantSort=true)ndn::DelegationList
wireEncode(EncodingImpl< TAG > &encoder, uint32_t type=tlv::ForwardingHint) const ndn::DelegationList