#include <ConnectionTableEntry.h>
Inheritance diagram for ConnectionTableEntry::
Public Methods | |
ConnectionTableEntry () | |
ConnectionTableEntry (ConnectionInterface *, Node *) | |
virtual | ~ConnectionTableEntry () |
ConnectionInterface * | getConnection () |
Node * | getNode () |
Private Attributes | |
ConnectionInterface * | m_connection |
Node * | m_node |
|
Definition at line 3 of file ConnectionTableEntry.cpp. |
|
Definition at line 9 of file ConnectionTableEntry.cpp. |
|
Definition at line 16 of file ConnectionTableEntry.cpp. |
|
Definition at line 22 of file ConnectionTableEntry.cpp. Referenced by LinkLayerInterface::add(), and LinkLayerInterface::remove().
|
|
Definition at line 36 of file ConnectionTableEntry.cpp. Referenced by LinkLayerInterface::getConnection(), LinkLayerInterface::getRandomNeighbor(), VisualizerListener::handleEvent(), NetworkLayer::handleEvent(), Config::load(), LinkLayerInterface::pollAllSocketsImpl(), Config::toStream(), and Config::~Config().
|
|
Definition at line 20 of file ConnectionTableEntry.h. |
|
Definition at line 21 of file ConnectionTableEntry.h. |