#include <Groupsock.hh>
Collaboration diagram for GroupsockLookupTable::Iterator:

Public Member Functions | |
| Iterator (GroupsockLookupTable &groupsocks) | |
| Groupsock * | next () |
Private Attributes | |
| AddressPortLookupTable::Iterator | fIter |
Definition at line 182 of file Groupsock.hh.
| GroupsockLookupTable::Iterator::Iterator | ( | GroupsockLookupTable & | groupsocks | ) |
Definition at line 631 of file Groupsock.cpp.
00632 : fIter(AddressPortLookupTable::Iterator(groupsocks.fTable)) { 00633 }
| Groupsock * GroupsockLookupTable::Iterator::next | ( | ) |
1.5.2