|
INET Framework for OMNeT++/OMNEST
|
#include <AnsaOSPFcommon.h>
Public Member Functions | |
| bool | operator() (LSAKeyType leftKey, LSAKeyType rightKey) const |
Definition at line 91 of file AnsaOSPFcommon.h.
| bool AnsaOSPF::LSAKeyType_Less::operator() | ( | AnsaOSPF::LSAKeyType | leftKey, |
| AnsaOSPF::LSAKeyType | rightKey | ||
| ) | const [inline] |
Definition at line 210 of file AnsaOSPFcommon.h.
{
return ((leftKey.linkStateID < rightKey.linkStateID) ||
((leftKey.linkStateID == rightKey.linkStateID) &&
(leftKey.advertisingRouter < rightKey.advertisingRouter)));
}