IPv6NeighbourCache::Key Struct Reference

#include <IPv6NeighbourCache.h>

List of all members.


Detailed Description

Key into neighbour cache. Note that address does NOT identify the neighbour itself, because link-local addresses are in common use between routers.

Public Member Functions

 Key (IPv6Address addr, int ifaceID)
bool operator< (const Key &b) const

Public Attributes

IPv6Address address
int interfaceID

Constructor & Destructor Documentation

IPv6NeighbourCache::Key::Key ( IPv6Address  addr,
int  ifaceID 
) [inline]

00059 {address=addr; interfaceID=ifaceID;}


Member Function Documentation

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

00060                                            {
00061             return interfaceID==b.interfaceID ? address<b.address : interfaceID<b.interfaceID;
00062         }


Member Data Documentation


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

Generated on Fri Mar 20 18:51:19 2009 for INET Framework for OMNeT++/OMNEST by  doxygen 1.5.5