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 |
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 82 of file satellite-llc.h.
Definition at line 85 of file satellite-llc.h.