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

#include <IPv6FragBuf.h>

Public Member Functions

bool operator< (const Key &b) const
 

Public Attributes

uint32 id
 
IPv6Address src
 
IPv6Address dest
 

Member Function Documentation

bool inet::IPv6FragBuf::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  }
IPv6Address dest
Definition: IPv6FragBuf.h:46
value< double, units::m > b
Definition: Units.h:1054
IPv6Address src
Definition: IPv6FragBuf.h:45

Member Data Documentation

IPv6Address inet::IPv6FragBuf::Key::dest
uint32 inet::IPv6FragBuf::Key::id
IPv6Address inet::IPv6FragBuf::Key::src

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