ns3::EncapKeyCompare Class Reference

EncapKeyCompare is used as a custom compare method within EncapContainer map. More...

#include "satellite-llc.h"

Public Member Functions

bool operator() (Ptr< EncapKey > key1, Ptr< EncapKey > key2) const
 

Detailed Description

EncapKeyCompare is used as a custom compare method within EncapContainer map.

Encap key has three member variables (source address, dest address and flow id) and to be able to store them in a map container, a custom compare method needs to be implemented.

Definition at line 80 of file satellite-llc.h.

Member Function Documentation

◆ operator()()

bool ns3::EncapKeyCompare::operator() ( Ptr< EncapKey key1,
Ptr< EncapKey key2 
) const
inline

Definition at line 83 of file satellite-llc.h.


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