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 
)

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

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

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


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