Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

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 Thu Oct 19 18:22:33 2006 for INET Framework for OMNeT++/OMNEST by  doxygen 1.4.0