#include <string>
#include <sstream>
#include "APN.h"
#include "DAP.h"
Go to the source code of this file.
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const Address & |
addr |
|
) |
| |
<< operator overload that calls Address.info() method
- Parameters
-
os | Resulting ostream |
addr | Address 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
-
os | Resulting ostream |
dims | List of Addresses |
- Returns
- Infotext representing Address
Definition at line 134 of file Address.cc.