Public Member Functions | Public Attributes

IPFragBuf::Key Struct Reference

#include <IPFragBuf.h>

List of all members.

Public Member Functions

bool operator< (const Key &b) const

Public Attributes

ushort id
IPAddress src
IPAddress dest

Detailed Description

Definition at line 40 of file IPFragBuf.h.


Member Function Documentation

bool IPFragBuf::Key::operator< ( const Key b  )  const [inline]

Definition at line 46 of file IPFragBuf.h.

                                                  {
            return (id!=b.id) ? (id<b.id) : (src!=b.src) ? (src<b.src) : (dest<b.dest);
        }


Member Data Documentation

Definition at line 44 of file IPFragBuf.h.

Referenced by IPFragBuf::addFragment(), and operator<().

Definition at line 42 of file IPFragBuf.h.

Referenced by IPFragBuf::addFragment(), and operator<().

Definition at line 43 of file IPFragBuf.h.

Referenced by IPFragBuf::addFragment(), and operator<().


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