INET Framework for OMNeT++/OMNEST
inet::IPv4FragBuf::Key Struct Reference

#include <IPv4FragBuf.h>

Public Member Functions

bool operator< (const Key &b) const
 

Public Attributes

ushort id
 
IPv4Address src
 
IPv4Address dest
 

Member Function Documentation

bool inet::IPv4FragBuf::Key::operator< ( const Key b) const
inline
49  {
50  return (id != b.id) ? (id < b.id) : (src != b.src) ? (src < b.src) : (dest < b.dest);
51  }
IPv4Address src
Definition: IPv4FragBuf.h:45
value< double, units::m > b
Definition: Units.h:1054
IPv4Address dest
Definition: IPv4FragBuf.h:46

Member Data Documentation

IPv4Address inet::IPv4FragBuf::Key::dest
ushort inet::IPv4FragBuf::Key::id
IPv4Address inet::IPv4FragBuf::Key::src

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