Go to the source code of this file.
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const APN & |
apn |
|
) |
| |
<< operator overload that calls APN.info() method
- Parameters
-
os | Resulting ostream |
apn | APN class that is being converted to string |
- Returns
- Infotext representing APN
Definition at line 58 of file APN.cc.
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const APNList & |
apns |
|
) |
| |
<< operator overload that feeds ostream with infotext of all contained APNs.
- Parameters
-
os | Resulting ostream |
apns | APNList class that is being converted to string |
- Returns
- Infotext representing APNList
Definition at line 63 of file APN.cc.