INET Framework for OMNeT++/OMNEST
AnsaOspf6::LsaKeyType6_Less Class Reference

#include <ansaOspfCommon6.h>

List of all members.

Public Member Functions

bool operator() (LsaKeyType6 leftKey, LsaKeyType6 rightKey) const

Detailed Description

Definition at line 72 of file ansaOspfCommon6.h.


Member Function Documentation

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)));
}

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