destRecord Class Reference

#include <Groupsock.hh>

Collaboration diagram for destRecord:

Collaboration graph
[legend]

Public Member Functions

 destRecord (struct in_addr const &addr, Port const &port, u_int8_t ttl, destRecord *next)
virtual ~destRecord ()

Data Fields

destRecordfNext
GroupEId fGroupEId
Port fPort

Detailed Description

Definition at line 62 of file Groupsock.hh.


Constructor & Destructor Documentation

destRecord::destRecord ( struct in_addr const &  addr,
Port const &  port,
u_int8_t  ttl,
destRecord next 
)

Definition at line 84 of file Groupsock.cpp.

00086   : fNext(next), fGroupEId(addr, port.num(), ttl), fPort(port) {
00087 }

destRecord::~destRecord (  )  [virtual]

Definition at line 89 of file Groupsock.cpp.

References fNext.

00089                         {
00090   delete fNext;
00091 }


Field Documentation

destRecord* destRecord::fNext

Definition at line 69 of file Groupsock.hh.

Referenced by ~destRecord().

GroupEId destRecord::fGroupEId

Definition at line 70 of file Groupsock.hh.

Referenced by Groupsock::changeDestinationParameters(), and Groupsock::outputToAllMembersExcept().

Port destRecord::fPort

Definition at line 71 of file Groupsock.hh.

Referenced by Groupsock::changeDestinationParameters(), and Groupsock::outputToAllMembersExcept().


The documentation for this class was generated from the following files:
Generated on Fri Sep 3 02:37:12 2010 for live by  doxygen 1.5.2