ACE  6.3.4
Public Member Functions | Public Attributes | List of all members
ACE_Bcast_Node Class Reference

Linked list of broadcast interfaces. More...

#include <SOCK_Dgram_Bcast.h>

Collaboration diagram for ACE_Bcast_Node:
Collaboration graph
[legend]

Public Member Functions

 ACE_Bcast_Node (ACE_INET_Addr &, ACE_Bcast_Node *)
 Default constructor. More...
 
 ~ACE_Bcast_Node (void)
 Destructor. More...
 

Public Attributes

ACE_INET_Addr bcast_addr_
 Broadcast address for the interface. More...
 
ACE_Bcast_Nodenext_
 Pointer to the next interface in the chain. More...
 
 ACE_ALLOC_HOOK_DECLARE
 

Detailed Description

Linked list of broadcast interfaces.

Constructor & Destructor Documentation

ACE_Bcast_Node::ACE_Bcast_Node ( ACE_INET_Addr addr,
ACE_Bcast_Node next 
)

Default constructor.

ACE_Bcast_Node::~ACE_Bcast_Node ( void  )
inline

Destructor.

Member Data Documentation

ACE_Bcast_Node::ACE_ALLOC_HOOK_DECLARE
ACE_INET_Addr ACE_Bcast_Node::bcast_addr_

Broadcast address for the interface.

ACE_Bcast_Node* ACE_Bcast_Node::next_

Pointer to the next interface in the chain.


The documentation for this class was generated from the following files: