GroupsockLookupTable::Iterator Class Reference

#include <Groupsock.hh>

Collaboration diagram for GroupsockLookupTable::Iterator:

Collaboration graph
[legend]

Public Member Functions

 Iterator (GroupsockLookupTable &groupsocks)
Groupsocknext ()

Private Attributes

AddressPortLookupTable::Iterator fIter

Detailed Description

Definition at line 182 of file Groupsock.hh.


Constructor & Destructor Documentation

GroupsockLookupTable::Iterator::Iterator ( GroupsockLookupTable groupsocks  ) 

Definition at line 631 of file Groupsock.cpp.

00632   : fIter(AddressPortLookupTable::Iterator(groupsocks.fTable)) {
00633 }


Member Function Documentation

Groupsock * GroupsockLookupTable::Iterator::next (  ) 

Definition at line 635 of file Groupsock.cpp.

References fIter, and next().

Referenced by next().

00635                                               {
00636   return (Groupsock*) fIter.next();
00637 };


Field Documentation

AddressPortLookupTable::Iterator GroupsockLookupTable::Iterator::fIter [private]

Definition at line 189 of file Groupsock.hh.

Referenced by next().


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