INET Framework for OMNeT++/OMNEST
ansaRoutingTable6.cc File Reference
#include <algorithm>
#include "IPv6InterfaceData.h"
#include "InterfaceTableAccess.h"
#include "ansaRoutingTable6.h"

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 95 of file ansaRoutingTable6.cc.

                                                              {
   os << e.printRoute();
   return os;
}
std::ostream& operator<< ( std::ostream &  os,
const IPv6Route e 
)

Definition at line 61 of file RoutingTable6.cc.

{
    os << e.info();
    return os;
};