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

#include <MultiQoSTable.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 MultiQoSTable.h.

Constructor & Destructor Documentation

MultiQoSTable::FlowIdent::FlowIdent ( const string &  _qosId,
const string &  _srcAddr,
const string &  _dstAddr,
const int &  _srcCepId,
const int &  _dstCepId 
)

Definition at line 35 of file MultiQoSTable.cc.

Member Function Documentation

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

Definition at line 38 of file MultiQoSTable.cc.

Member Data Documentation

string MultiQoSTable::FlowIdent::dstAddr

Definition at line 38 of file MultiQoSTable.h.

Referenced by operator<().

int MultiQoSTable::FlowIdent::dstCepId

Definition at line 39 of file MultiQoSTable.h.

Referenced by operator<().

string MultiQoSTable::FlowIdent::qosId

Definition at line 37 of file MultiQoSTable.h.

Referenced by MultiQoSTable::MultiQoSTable::lookup(), and operator<().

string MultiQoSTable::FlowIdent::srcAddr

Definition at line 38 of file MultiQoSTable.h.

Referenced by operator<().

int MultiQoSTable::FlowIdent::srcCepId

Definition at line 39 of file MultiQoSTable.h.

Referenced by operator<().


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