#include <Groupsock.hh>
Collaboration diagram for destRecord:

Public Member Functions | |
| destRecord (struct in_addr const &addr, Port const &port, u_int8_t ttl, destRecord *next) | |
| virtual | ~destRecord () |
Data Fields | |
| destRecord * | fNext |
| GroupEId | fGroupEId |
| Port | fPort |
Definition at line 62 of file Groupsock.hh.
| destRecord::destRecord | ( | struct in_addr const & | addr, | |
| Port const & | port, | |||
| u_int8_t | ttl, | |||
| destRecord * | next | |||
| ) |
| destRecord::~destRecord | ( | ) | [virtual] |
Definition at line 70 of file Groupsock.hh.
Referenced by Groupsock::changeDestinationParameters(), and Groupsock::outputToAllMembersExcept().
Definition at line 71 of file Groupsock.hh.
Referenced by Groupsock::changeDestinationParameters(), and Groupsock::outputToAllMembersExcept().
1.5.2