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() ( OSPF::LSAKeyType  leftKey,
OSPF::LSAKeyType  rightKey 
) const [inline]

00218 {
00219     return ((leftKey.linkStateID < rightKey.linkStateID) ||
00220             ((leftKey.linkStateID == rightKey.linkStateID) &&
00221              (leftKey.advertisingRouter < rightKey.advertisingRouter)));
00222 }


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

Generated on Fri Mar 20 18:51:23 2009 for INET Framework for OMNeT++/OMNEST by  doxygen 1.5.5