|
RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <IMultiQoSTable.h>
Public Member Functions | |
| FlowIdent (const string &_qosId, const string &_srcAddr, const string &_dstAddr, const int &_srcCepId, const int &_dstCepId) | |
| bool | operator< (const FlowIdent &n) const |
Public Attributes | |
| string | qosId |
| string | srcAddr |
| string | dstAddr |
| int | srcCepId |
| int | dstCepId |
Definition at line 36 of file IMultiQoSTable.h.
| IMultiQoSTable::FlowIdent::FlowIdent | ( | const string & | _qosId, |
| const string & | _srcAddr, | ||
| const string & | _dstAddr, | ||
| const int & | _srcCepId, | ||
| const int & | _dstCepId | ||
| ) |
Definition at line 36 of file IMultiQoSTable.cc.
| bool IMultiQoSTable::FlowIdent::operator< | ( | const FlowIdent & | n | ) | const |
Definition at line 39 of file IMultiQoSTable.cc.
| string IMultiQoSTable::FlowIdent::dstAddr |
Definition at line 38 of file IMultiQoSTable.h.
Referenced by operator<().
| int IMultiQoSTable::FlowIdent::dstCepId |
Definition at line 39 of file IMultiQoSTable.h.
Referenced by operator<().
| string IMultiQoSTable::FlowIdent::qosId |
Definition at line 37 of file IMultiQoSTable.h.
Referenced by IMultiQoSTable::IMultiQoSTable::lookup(), and operator<().
| string IMultiQoSTable::FlowIdent::srcAddr |
Definition at line 38 of file IMultiQoSTable.h.
Referenced by operator<().
| int IMultiQoSTable::FlowIdent::srcCepId |
Definition at line 39 of file IMultiQoSTable.h.
Referenced by operator<().