RINASim  October 2016
Documentation of framework for OMNeT++
Address.cc File Reference
#include <Address.h>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const Address &addr)
 << operator overload that calls Address.info() method More...
 
std::ostream & operator<< (std::ostream &os, const Addresses &dims)
 << operator overload that calls Address.info() method for each and every list member More...
 

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const Address addr 
)

<< operator overload that calls Address.info() method

Parameters
osResulting ostream
addrAddress class that is being converted to string
Returns
Infotext representing Address

Definition at line 129 of file Address.cc.

std::ostream& operator<< ( std::ostream &  os,
const Addresses dims 
)

<< operator overload that calls Address.info() method for each and every list member

Parameters
osResulting ostream
dimsList of Addresses
Returns
Infotext representing Address

Definition at line 134 of file Address.cc.