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

Go to the source code of this file.

Classes

class  APNamingInfo
 APNamingInfo holds complete naming info for particular application process. More...
 
class  APNI
 APNamingInfo is subclassed by APNI for purely estetic purposes. More...
 
class  APNIPair
 

Functions

std::ostream & operator<< (std::ostream &os, const APNamingInfo &apni)
 << operator overload that calls APNI.info() method More...
 
std::ostream & operator<< (std::ostream &os, const APNIPair &apnip)
 

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const APNamingInfo apni 
)

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

Parameters
osResulting ostream
apniAPNI class that is being converted to string
Returns
Infotext representing APNI

Definition at line 66 of file APNamingInfo.cc.

std::ostream& operator<< ( std::ostream &  os,
const APNIPair apnip 
)

Definition at line 93 of file APNamingInfo.cc.