|
RINASim
October 2016
Documentation of framework for OMNeT++
|
APNamingInfo is subclassed by APNI for purely estetic purposes. More...
#include <APNamingInfo.h>
Additional Inherited Members | |
Public Member Functions inherited from APNamingInfo | |
| APNamingInfo () | |
| Constructor of blank APNI. More... | |
| APNamingInfo (APN napn) | |
| Constructor of APNI with only APN initialized. More... | |
| APNamingInfo (APN napn, std::string napinstance, std::string naename, std::string naeinstance) | |
| Construcor of fully initialized APNI. More... | |
| virtual | ~APNamingInfo () |
| Destructor assigning uninitialized values to APNI. More... | |
| bool | operator== (const APNamingInfo &other) const |
| Equal operator overload. More... | |
| std::string | info () const |
| Info text output suitable for << string streams and WATCH. More... | |
| const std::string & | getAeinstance () const |
| Getter of AE-instance attribute. More... | |
| void | setAeinstance (const std::string &aeinstance) |
| Setter of AE-instance attribute. More... | |
| const std::string & | getAename () const |
| Getter of AE name. More... | |
| void | setAename (const std::string &aename) |
| Setter of AE name attribute. More... | |
| const std::string & | getApinstance () const |
| Getter of AP-instance id. More... | |
| void | setApinstance (const std::string &apinstance) |
| Setter of AP-instance id. More... | |
| const APN & | getApn () const |
| Getter of APN. More... | |
| void | setApn (const APN &apn) |
| Setter of APN. More... | |
Protected Attributes inherited from APNamingInfo | |
| APN | apn |
| Mandatory APN. More... | |
| std::string | apinstance |
| Optional AP-instance id. More... | |
| std::string | aename |
| Optional AE name. More... | |
| std::string | aeinstance |
| Optional AE-instance id. More... | |
APNamingInfo is subclassed by APNI for purely estetic purposes.
Definition at line 179 of file APNamingInfo.h.