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 77 of file NetInterface.cpp.

00078   : fIter(HashTable::Iterator::create(*(interfaces.fTable))) {
00079 }

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

Definition at line 81 of file NetInterface.cpp.

References fIter.

00081                                            {
00082   delete fIter;
00083 }


Member Function Documentation

DirectedNetInterface * DirectedNetInterfaceSet::Iterator::next (  ) 

Definition at line 85 of file NetInterface.cpp.

References fIter, and next().

Referenced by next().

00085                                                             {
00086   char const* key; // dummy
00087   return (DirectedNetInterface*) fIter->next(key);
00088 };


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 Tue Oct 7 15:39:38 2008 for live by  doxygen 1.5.2