Represents a face-endpoint pair in the forwarder.
More...
#include <daemon/face/face-endpoint.hpp>
Represents a face-endpoint pair in the forwarder.
- See also
- face::Face, face::EndpointId
Definition at line 37 of file face-endpoint.hpp.
◆ FaceEndpoint()
nfd::FaceEndpoint::FaceEndpoint |
( |
Face & |
face, |
|
|
const EndpointId & |
endpoint = {} |
|
) |
| |
|
explicit |
◆ operator<<
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const FaceEndpoint & |
fe |
|
) |
| |
|
friend |
◆ endpoint
const EndpointId nfd::FaceEndpoint::endpoint |
◆ face
Face& nfd::FaceEndpoint::face |