OSPF::LSAKeyType_Less Class Reference

#include <OSPFcommon.h>

List of all members.

Public Member Functions

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


Member Function Documentation

bool OSPF::LSAKeyType_Less::operator() ( LSAKeyType  leftKey,
LSAKeyType  rightKey 
) const [inline]

00212 {
00213     return ((leftKey.linkStateID < rightKey.linkStateID) ||
00214             ((leftKey.linkStateID == rightKey.linkStateID) &&
00215              (leftKey.advertisingRouter < rightKey.advertisingRouter)));
00216 }


The documentation for this class was generated from the following file:
Generated on Wed Apr 4 13:20:25 2007 for INET Framework for OMNeT++/OMNEST by  doxygen 1.4.7