This is the complete list of members for ndn::DelegationList, including all inherited members.
at(size_t i) const | ndn::DelegationList | inline |
begin() const noexcept | ndn::DelegationList | inline |
const_iterator typedef | ndn::DelegationList | |
DelegationList() | ndn::DelegationList | |
DelegationList(std::initializer_list< Delegation > dels) | ndn::DelegationList | |
DelegationList(const Block &block, bool wantSort=true) | ndn::DelegationList | explicit |
empty() const noexcept | ndn::DelegationList | inline |
end() const noexcept | ndn::DelegationList | inline |
erase(uint64_t preference, const Name &name) | ndn::DelegationList | inline |
erase(const Delegation &del) | ndn::DelegationList | inline |
erase(const Name &name) | ndn::DelegationList | inline |
INS_APPEND enum value | ndn::DelegationList | |
INS_REPLACE enum value | ndn::DelegationList | |
INS_SKIP enum value | ndn::DelegationList | |
insert(uint64_t preference, const Name &name, InsertConflictResolution onConflict=INS_REPLACE) | ndn::DelegationList | |
insert(const Delegation &del, InsertConflictResolution onConflict=INS_REPLACE) | ndn::DelegationList | inline |
InsertConflictResolution enum name | ndn::DelegationList | |
isSorted() const noexcept | ndn::DelegationList | inline |
operator!=(const DelegationList &lhs, const DelegationList &rhs) | ndn::DelegationList | friend |
operator==(const DelegationList &lhs, const DelegationList &rhs) | ndn::DelegationList | friend |
operator[](size_t i) const | ndn::DelegationList | inline |
size() const noexcept | ndn::DelegationList | inline |
sort() | ndn::DelegationList | |
wireDecode(const Block &block, bool wantSort=true) | ndn::DelegationList | |
wireEncode(EncodingImpl< TAG > &encoder, uint32_t type=tlv::ForwardingHint) const | ndn::DelegationList |