|
INET Framework for OMNeT++/OMNEST
|
#include <ansaOspfCommon6.h>
Public Member Functions | |
| bool | operator() (LsaKeyType6 leftKey, LsaKeyType6 rightKey) const |
Definition at line 72 of file ansaOspfCommon6.h.
| bool AnsaOspf6::LsaKeyType6_Less::operator() | ( | AnsaOspf6::LsaKeyType6 | leftKey, |
| AnsaOspf6::LsaKeyType6 | rightKey | ||
| ) | const [inline] |
Definition at line 113 of file ansaOspfCommon6.h.
{
return ( (leftKey.linkStateID < rightKey.linkStateID)
|| ( (leftKey.linkStateID == rightKey.linkStateID)
&& (leftKey.advertisingRouter < rightKey.advertisingRouter)));
}