|
INET Framework for OMNeT++/OMNEST
|
#include <macTable.h>
Public Member Functions | |
| bool | operator() (const MACAddress &u1, const MACAddress &u2) const |
Definition at line 62 of file macTable.h.
| bool MACTable::MAC_compare::operator() | ( | const MACAddress & | u1, |
| const MACAddress & | u2 | ||
| ) | const [inline] |
Definition at line 63 of file macTable.h.
{return u1.compareTo(u2) < 0;}