RoutingTable6.cc File Reference

#include <algorithm>
#include "opp_utils.h"
#include "RoutingTable6.h"
#include "IPv6InterfaceData.h"
#include "InterfaceTableAccess.h"

Functions

 Define_Module (RoutingTable6)
std::ostream & operator<< (std::ostream &os, const IPv6Route &e)
std::ostream & operator<< (std::ostream &os, const RoutingTable6::DestCacheEntry &e)


Function Documentation

Define_Module ( RoutingTable6   ) 

std::ostream& operator<< ( std::ostream &  os,
const RoutingTable6::DestCacheEntry e 
)

00069 {
00070     os << "if=" << e.interfaceId << " " << e.nextHopAddr;  //FIXME try printing interface name
00071     return os;
00072 };

std::ostream& operator<< ( std::ostream &  os,
const IPv6Route e 
)

00063 {
00064     os << e.info();
00065     return os;
00066 };


Generated on Wed Apr 4 13:20:18 2007 for INET Framework for OMNeT++/OMNEST by  doxygen 1.4.7