|
RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <APNamingInfo.h>
Public Member Functions | |
| APNIPair () | |
| APNIPair (APNamingInfo src, APNamingInfo dst) | |
| APNIPair (const char *src, const char *dst) | |
| virtual | ~APNIPair () |
| std::string | info () const |
Public Attributes | |
| APNamingInfo | first |
| APNamingInfo | second |
Definition at line 190 of file APNamingInfo.h.
| APNIPair::APNIPair | ( | ) |
Definition at line 78 of file APNamingInfo.cc.
| APNIPair::APNIPair | ( | APNamingInfo | src, |
| APNamingInfo | dst | ||
| ) |
Definition at line 73 of file APNamingInfo.cc.
| APNIPair::APNIPair | ( | const char * | src, |
| const char * | dst | ||
| ) |
Definition at line 83 of file APNamingInfo.cc.
|
virtual |
Definition at line 88 of file APNamingInfo.cc.
| std::string APNIPair::info | ( | ) | const |
Definition at line 97 of file APNamingInfo.cc.
Referenced by operator<<().
| APNamingInfo APNIPair::first |
Definition at line 200 of file APNamingInfo.h.
Referenced by APNIPair(), DAFEnrollment::checkEnrolled(), DAFEnrollment::createFlow(), NFlowTable::findEntriesAffectedByMgmt(), Enrollment::handleMessage(), DAFEnrollment::handleMessage(), info(), LisFAAllocFinMgmt::receiveSignal(), Enrollment::startCACE(), and ~APNIPair().
| APNamingInfo APNIPair::second |
Definition at line 201 of file APNamingInfo.h.
Referenced by APNIPair(), DAFEnrollment::createFlow(), NFlowTable::findEntriesAffectedByMgmt(), Enrollment::handleMessage(), DAFEnrollment::handleMessage(), info(), Enrollment::startCACE(), and ~APNIPair().