RINASim
October 2016
Documentation of framework for OMNeT++
|
#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... | |
std::ostream& operator<< | ( | std::ostream & | os, |
const Address & | addr | ||
) |
<< operator overload that calls Address.info() method
os | Resulting ostream |
addr | Address class that is being converted to string |
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
os | Resulting ostream |
dims | List of Addresses |
Definition at line 134 of file Address.cc.