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

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const APNamingInfo &apni)
 << operator overload that calls APNI.info() method More...
 
 Register_Class (APNIPair)
 
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.

Register_Class ( APNIPair  )