Represents a face-endpoint pair in the forwarder. More...
#include <daemon/face/face-endpoint.hpp>
Public Member Functions | |
FaceEndpoint (const Face &face, EndpointId endpoint) | |
Public Attributes | |
const EndpointId | endpoint |
Face & | face |
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.
const EndpointId nfd::FaceEndpoint::endpoint |
Definition at line 47 of file face-endpoint.hpp.
Face& nfd::FaceEndpoint::face |
Definition at line 46 of file face-endpoint.hpp.