nfd::FaceEndpoint Class Reference

Represents a face-endpoint pair in the forwarder. More...

#include <daemon/face/face-endpoint.hpp>

+ Collaboration diagram for nfd::FaceEndpoint:

Public Member Functions

 FaceEndpoint (const Face &face, EndpointId endpoint)
 

Public Attributes

const EndpointId endpoint
 
Faceface
 

Detailed Description

Represents a face-endpoint pair in the forwarder.

See also
face::Face, face::EndpointId

Definition at line 36 of file face-endpoint.hpp.

Constructor & Destructor Documentation

◆ FaceEndpoint()

nfd::FaceEndpoint::FaceEndpoint ( const Face face,
EndpointId  endpoint 
)
inline

Definition at line 39 of file face-endpoint.hpp.

Member Data Documentation

◆ endpoint

const EndpointId nfd::FaceEndpoint::endpoint

Definition at line 47 of file face-endpoint.hpp.

◆ face

Face& nfd::FaceEndpoint::face

Definition at line 46 of file face-endpoint.hpp.