![]() |
Multicast Routing Modelling In OMNeT++
|
File contains implementation of multicast routing table. More...
#include "MulticastRoutingTable.h"Go to the source code of this file.
Functions | |
| Define_Module (MulticastRoutingTable) | |
| std::ostream & | operator<< (std::ostream &os, const MulticastIPRoute &e) |
File contains implementation of multicast routing table.
Definition in file MulticastRoutingTable.cc.
| std::ostream& operator<< | ( | std::ostream & | os, |
| const MulticastIPRoute & | e | ||
| ) |
Printout of structure MulticastIPRoute (one route in table).
Definition at line 15 of file MulticastRoutingTable.cc.
{
return os;
};
1.8.0