Represents a face-endpoint pair in the forwarder. More...
#include <face-endpoint.hpp>
Public Member Functions | |
FaceEndpoint (const Face &face, EndpointId endpoint) | |
Public Attributes | |
Face & | face |
const EndpointId | endpoint |
Represents a face-endpoint pair in the forwarder.
Definition at line 36 of file face-endpoint.hpp.
|
inline |
Definition at line 39 of file face-endpoint.hpp.
Face& nfd::FaceEndpoint::face |
Definition at line 46 of file face-endpoint.hpp.
Referenced by nfd::fw::SelfLearningStrategy::afterReceiveData(), nfd::fw::BestRouteStrategyBase::afterReceiveInterest(), nfd::fw::NccStrategy::afterReceiveInterest(), nfd::fw::MulticastStrategy::afterReceiveInterest(), nfd::fw::RandomStrategy::afterReceiveInterest(), nfd::fw::asf::AsfStrategy::afterReceiveInterest(), nfd::fw::BestRouteStrategy2::afterReceiveInterest(), nfd::fw::SelfLearningStrategy::afterReceiveInterest(), nfd::fw::MulticastStrategy::afterReceiveNack(), nfd::fw::RandomStrategy::afterReceiveNack(), nfd::fw::asf::AsfStrategy::afterReceiveNack(), nfd::fw::BestRouteStrategy2::afterReceiveNack(), nfd::fw::SelfLearningStrategy::afterReceiveNack(), nfd::fw::NccStrategy::beforeSatisfyInterest(), nfd::fw::asf::AsfStrategy::beforeSatisfyInterest(), nfd::fw::AccessStrategy::beforeSatisfyInterest(), nfd::operator<<(), nfd::fw::Strategy::sendData(), and nfd::fw::Strategy::sendDataToAll().
const EndpointId nfd::FaceEndpoint::endpoint |
Definition at line 47 of file face-endpoint.hpp.
Referenced by nfd::operator<<().