NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
nfd::FaceEndpoint Class Reference

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

#include <face-endpoint.hpp>

Collaboration diagram for nfd::FaceEndpoint:

Public Member Functions

 FaceEndpoint (const Face &face, EndpointId endpoint)
 

Public Attributes

Faceface
 
const EndpointId endpoint
 

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

◆ face

◆ endpoint

const EndpointId nfd::FaceEndpoint::endpoint

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

Referenced by nfd::operator<<().


The documentation for this class was generated from the following file: