RINASim
October 2016
Documentation of framework for OMNeT++
|
#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) |
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.
Register_Class | ( | APNIPair | ) |