class JoinedMulticastGroup

Joined multicast group class. More...

 
LOGO
 Annotated List  Files  Globals  Hierarchy  Index  Top

Public Methods


Detailed Description

Joined multicast group class.

 JoinedMulticastGroup (const Mac& group_address)

JoinedMulticastGroup

 ~JoinedMulticastGroup ()

~JoinedMulticastGroup

[virtual]

const Mac&  group_address ()

group_address

[const]

bool  operator< (const JoinedMulticastGroup& other)

operator<

[const]

Less-Than Operator

Parameters:

otherthe right-hand operand to compare against.

Returns: true if the left-hand operand is numerically smaller than the right-hand operand.

bool  operator== (const JoinedMulticastGroup& other)

operator==

[const]

Equality Operator

Parameters:

otherthe right-hand operand to compare against.

Returns: true if the left-hand operand is numerically same as the right-hand operand.

void  add_receiver (const string& receiver_name)

add_receiver

Add a receiver.

Parameters:

receiver_namethe name of the receiver to add.
void  delete_receiver (const string& receiver_name)

delete_receiver

Delete a receiver.

Parameters:

receiver_namethe name of the receiver to delete.
bool  empty ()

empty

[const]

Returns: true if there are no receivers associated with this group.


Generated by: pavlin on kobe.xorp.net on Wed Jan 7 19:10:56 2009, using kdoc 2.0a54+XORP.