#include <omnetpp.h>
#include <string.h>
#include "INETDefs.h"
#include "IPAddress.h"
#include "IPv6Address.h"
Functions | |
std::ostream & | operator<< (std::ostream &os, const IPvXAddress &ip) |
|
00252 { 00253 return os << ip.str(); 00254 }
|