|
RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <FlowListener.h>
Public Member Functions | |
| FlowContainer (Flow *_f, RA *_ra) | |
| bool | operator< (const FlowContainer &o) const |
| bool | operator== (const FlowContainer &o) const |
Public Attributes | |
| Flow * | f |
| RA * | ra |
Definition at line 12 of file FlowListener.h.
Definition at line 21 of file FlowListener.cc.
| 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.
| 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==().