RINASim  October 2016
Documentation of framework for OMNeT++
APN.h File Reference
#include <omnetpp.h>
#include <string>
#include <sstream>

Go to the source code of this file.

Classes

class  APN
 Application Process Name class. More...
 

Typedefs

typedef std::list< APNAPNList
 APNList represents the list of APNs. More...
 
typedef APNList::const_iterator ApnCItem
 APNList constant iterator. More...
 
typedef APNList::iterator ApnItem
 APNList iterator. More...
 

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...
 

Typedef Documentation

APNList constant iterator.

Definition at line 103 of file APN.h.

APNList iterator.

Definition at line 109 of file APN.h.

APNList represents the list of APNs.

Definition at line 96 of file APN.h.

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.