RINASim
October 2016
Documentation of framework for OMNeT++
|
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) |
std::ostream& operator<< | ( | std::ostream & | os, |
const APNamingInfo & | apni | ||
) |
<< operator overload that calls APNI.info() method
os | Resulting ostream |
apni | APNI class that is being converted to string |
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.