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 = static_cast<ushort>(-1)
 
Ipv4Address src
 
Ipv4Address dest
 

Member Function Documentation

◆ operator<()

bool inet::Ipv4FragBuf::Key::operator< ( const Key b) const
inline
37  {
38  return (id != b.id) ? (id < b.id) : (src != b.src) ? (src < b.src) : (dest < b.dest);
39  }

Member Data Documentation

◆ dest

Ipv4Address inet::Ipv4FragBuf::Key::dest

◆ id

ushort inet::Ipv4FragBuf::Key::id = static_cast<ushort>(-1)

◆ src

Ipv4Address inet::Ipv4FragBuf::Key::src

The documentation for this struct was generated from the following file:
inet::Ipv4FragBuf::Key::dest
Ipv4Address dest
Definition: Ipv4FragBuf.h:34
inet::Ipv4FragBuf::Key::src
Ipv4Address src
Definition: Ipv4FragBuf.h:33
inet::units::values::b
value< int64_t, units::b > b
Definition: Units.h:1241