RINASim  October 2016
Documentation of framework for OMNeT++
APN.cc File Reference
#include "APN.h"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const APN &apn)
 << operator overload that calls APN.info() method More...
 
std::ostream & operator<< (std::ostream &os, const APNList &apns)
 << operator overload that feeds ostream with infotext of all contained APNs. More...
 

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const APN apn 
)

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

Parameters
osResulting ostream
apnAPN 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
osResulting ostream
apnsAPNList class that is being converted to string
Returns
Infotext representing APNList

Definition at line 63 of file APN.cc.