DirectedNetInterfaceSet::Iterator Class Reference

#include <NetInterface.hh>

Collaboration diagram for DirectedNetInterfaceSet::Iterator:

Collaboration graph
[legend]

Public Member Functions

 Iterator (DirectedNetInterfaceSet &interfaces)
virtual ~Iterator ()
DirectedNetInterfacenext ()

Private Attributes

HashTable::IteratorfIter

Detailed Description

Definition at line 64 of file NetInterface.hh.


Constructor & Destructor Documentation

DirectedNetInterfaceSet::Iterator::Iterator ( DirectedNetInterfaceSet interfaces  ) 

Definition at line 70 of file NetInterface.cpp.

00071   : fIter(HashTable::Iterator::create(*(interfaces.fTable))) {
00072 }

DirectedNetInterfaceSet::Iterator::~Iterator (  )  [virtual]

Definition at line 74 of file NetInterface.cpp.

References fIter.

00074                                            {
00075   delete fIter;
00076 }


Member Function Documentation

DirectedNetInterface * DirectedNetInterfaceSet::Iterator::next (  ) 

Definition at line 78 of file NetInterface.cpp.

References fIter, and next().

Referenced by next().

00078                                                             {
00079   char const* key; // dummy
00080   return (DirectedNetInterface*) fIter->next(key);
00081 };


Field Documentation

HashTable::Iterator* DirectedNetInterfaceSet::Iterator::fIter [private]

Definition at line 72 of file NetInterface.hh.

Referenced by next(), and ~Iterator().


The documentation for this class was generated from the following files:
Generated on Mon Apr 29 13:31:26 2013 for live by  doxygen 1.5.2