INET Framework for OMNeT++/OMNEST
inet::AODVRouting::RREQIdentifierCompare Class Reference

#include <AODVRouting.h>

Public Member Functions

bool operator() (const RREQIdentifier &lhs, const RREQIdentifier &rhs) const
 

Member Function Documentation

bool inet::AODVRouting::RREQIdentifierCompare::operator() ( const RREQIdentifier lhs,
const RREQIdentifier rhs 
) const
inline
65  {
66  return lhs.rreqID < rhs.rreqID;
67  }

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