This is the complete list of members for nlsr::Lsa, including all inherited members.
getExpirationTimePoint() const | nlsr::Lsa | inline |
getOriginRouter() const | nlsr::Lsa | inline |
getSeqNo() const | nlsr::Lsa | inline |
getType() const =0 | nlsr::Lsa | pure virtual |
Lsa()=default | nlsr::Lsa | protected |
Lsa(const ndn::Name &originRouter, uint64_t seqNo, ndn::time::system_clock::time_point expirationTimePoint) | nlsr::Lsa | protected |
Lsa(const Lsa &lsa) | nlsr::Lsa | explicitprotected |
m_expirationTimePoint | nlsr::Lsa | protected |
m_expiringEventId | nlsr::Lsa | protected |
m_originRouter | nlsr::Lsa | protected |
m_seqNo | nlsr::Lsa | protected |
m_wire | nlsr::Lsa | mutableprotected |
operator<<(std::ostream &os, const Lsa &lsa) | nlsr::Lsa | friend |
setExpirationTimePoint(const ndn::time::system_clock::time_point <) | nlsr::Lsa | inline |
setExpiringEventId(ndn::scheduler::EventId eid) | nlsr::Lsa | inline |
setSeqNo(uint64_t seqNo) | nlsr::Lsa | inline |
Type enum name | nlsr::Lsa | |
update(const std::shared_ptr< Lsa > &lsa)=0 | nlsr::Lsa | pure virtual |
wireDecode(const ndn::Block &wire) | nlsr::Lsa | protected |
wireEncode() const =0 | nlsr::Lsa | pure virtual |
wireEncode(ndn::EncodingImpl< TAG > &block) const | nlsr::Lsa | protected |
~Lsa()=default | nlsr::Lsa | virtual |