This is the complete list of members for nfd::fw::BestRouteStrategyBase, including all inherited members.
afterAddFace | nfd::fw::Strategy | protected |
afterReceiveInterest(const Face &inFace, const Interest &interest, const shared_ptr< pit::Entry > &pitEntry) override | nfd::fw::BestRouteStrategyBase | virtual |
afterReceiveNack(const Face &inFace, const lp::Nack &nack, const shared_ptr< pit::Entry > &pitEntry) | nfd::fw::Strategy | virtual |
areSameType(const Name &instanceNameA, const Name &instanceNameB) | nfd::fw::Strategy | static |
beforeExpirePendingInterest(const shared_ptr< pit::Entry > &pitEntry) | nfd::fw::Strategy | virtual |
beforeRemoveFace | nfd::fw::Strategy | protected |
beforeSatisfyInterest(const shared_ptr< pit::Entry > &pitEntry, const Face &inFace, const Data &data) | nfd::fw::Strategy | virtual |
BestRouteStrategyBase(Forwarder &forwarder) | nfd::fw::BestRouteStrategyBase | protected |
canCreate(const Name &instanceName) | nfd::fw::Strategy | static |
create(const Name &instanceName, Forwarder &forwarder) | nfd::fw::Strategy | static |
getFace(FaceId id) const | nfd::fw::Strategy | inlineprotected |
getFaceTable() const | nfd::fw::Strategy | inlineprotected |
getInstanceName() const | nfd::fw::Strategy | inline |
getMeasurements() | nfd::fw::Strategy | inlineprotected |
getStrategyName() | nfd::fw::Strategy | static |
listRegistered() | nfd::fw::Strategy | static |
lookupFib(const pit::Entry &pitEntry) const | nfd::fw::Strategy | protected |
makeInstanceName(const Name &input, const Name &strategyName) | nfd::fw::Strategy | protectedstatic |
parseInstanceName(const Name &input) | nfd::fw::Strategy | protectedstatic |
registerType(const Name &strategyName=S::getStrategyName()) | nfd::fw::Strategy | inlinestatic |
rejectPendingInterest(const shared_ptr< pit::Entry > &pitEntry) | nfd::fw::Strategy | inlineprotected |
sendInterest(const shared_ptr< pit::Entry > &pitEntry, Face &outFace, const Interest &interest) | nfd::fw::Strategy | inlineprotected |
sendNack(const shared_ptr< pit::Entry > &pitEntry, const Face &outFace, const lp::NackHeader &header) | nfd::fw::Strategy | inlineprotected |
sendNacks(const shared_ptr< pit::Entry > &pitEntry, const lp::NackHeader &header, std::initializer_list< const Face * > exceptFaces=std::initializer_list< const Face * >()) | nfd::fw::Strategy | protected |
setInstanceName(const Name &name) | nfd::fw::Strategy | inlineprotected |
Strategy(Forwarder &forwarder) | nfd::fw::Strategy | explicit |
~Strategy() | nfd::fw::Strategy | virtual |