RINASim  October 2016
Documentation of framework for OMNeT++
IMultiQoSTable::FlowIdent Struct Reference

#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
 

Detailed Description

Definition at line 36 of file IMultiQoSTable.h.

Constructor & Destructor Documentation

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.

Member Function Documentation

bool IMultiQoSTable::FlowIdent::operator< ( const FlowIdent n) const

Definition at line 39 of file IMultiQoSTable.cc.

Member Data Documentation

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<().


The documentation for this struct was generated from the following files: