Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

ConnectionTableEntry Class Reference

#include <ConnectionTableEntry.h>

Inheritance diagram for ConnectionTableEntry::

BasicObject List of all members.

Public Methods

 ConnectionTableEntry ()
 ConnectionTableEntry (ConnectionInterface *, Node *)
virtual ~ConnectionTableEntry ()
ConnectionInterfacegetConnection ()
NodegetNode ()

Private Attributes

ConnectionInterfacem_connection
Nodem_node

Constructor & Destructor Documentation

ConnectionTableEntry::ConnectionTableEntry
 

Definition at line 3 of file ConnectionTableEntry.cpp.

ConnectionTableEntry::ConnectionTableEntry ConnectionInterface * connection,
Node * node
 

Definition at line 9 of file ConnectionTableEntry.cpp.

ConnectionTableEntry::~ConnectionTableEntry [virtual]
 

Definition at line 16 of file ConnectionTableEntry.cpp.


Member Function Documentation

ConnectionInterface * ConnectionTableEntry::getConnection
 

Definition at line 22 of file ConnectionTableEntry.cpp.

Referenced by LinkLayerInterface::add(), and LinkLayerInterface::remove().

Node * ConnectionTableEntry::getNode
 

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().


Member Data Documentation

ConnectionInterface* ConnectionTableEntry::m_connection [private]
 

Definition at line 20 of file ConnectionTableEntry.h.

Node* ConnectionTableEntry::m_node [private]
 

Definition at line 21 of file ConnectionTableEntry.h.


The documentation for this class was generated from the following files:
Generated at Thu Jul 11 13:31:56 2002 for Peekabooty by doxygen1.2.9 written by Dimitri van Heesch, © 1997-2001