RINASim  October 2016
Documentation of framework for OMNeT++
FlowContainer Class Reference

#include <FlowListener.h>

Inheritance diagram for FlowContainer:

Public Member Functions

 FlowContainer (Flow *_f, RA *_ra)
 
bool operator< (const FlowContainer &o) const
 
bool operator== (const FlowContainer &o) const
 

Public Attributes

Flowf
 
RAra
 

Detailed Description

Definition at line 12 of file FlowListener.h.

Constructor & Destructor Documentation

FlowContainer::FlowContainer ( Flow _f,
RA _ra 
)

Definition at line 21 of file FlowListener.cc.

Member Function Documentation

bool FlowContainer::operator< ( const FlowContainer o) const

Definition at line 22 of file FlowListener.cc.

bool FlowContainer::operator== ( const FlowContainer o) const

Definition at line 29 of file FlowListener.cc.

Member Data Documentation

Flow* FlowContainer::f

Definition at line 14 of file FlowListener.h.

Referenced by operator<(), and operator==().

RA* FlowContainer::ra

Definition at line 15 of file FlowListener.h.

Referenced by operator<(), and operator==().


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