RINASim  October 2016
Documentation of framework for OMNeT++
IListener::flowId Struct Reference

#include <IListener.h>

Public Member Functions

 flowId (string _src, string _dst, int _srcCepId, string _qos)
 
bool operator< (const flowId &o) const
 

Public Attributes

string src
 
string dst
 
int srcCepId
 
string qos
 

Detailed Description

Definition at line 53 of file IListener.h.

Constructor & Destructor Documentation

IListener::flowId::flowId ( string  _src,
string  _dst,
int  _srcCepId,
string  _qos 
)

Definition at line 57 of file IListener.cc.

Member Function Documentation

bool IListener::flowId::operator< ( const flowId o) const

Definition at line 63 of file IListener.cc.

Member Data Documentation

string IListener::flowId::dst

Definition at line 54 of file IListener.h.

Referenced by operator<().

string IListener::flowId::qos

Definition at line 56 of file IListener.h.

Referenced by operator<().

string IListener::flowId::src

Definition at line 54 of file IListener.h.

Referenced by operator<().

int IListener::flowId::srcCepId

Definition at line 55 of file IListener.h.

Referenced by operator<().


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