ACE  6.1.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes
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]

List of all members.

Public Member Functions

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

Public Attributes

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

Detailed Description

Linked list of broadcast interfaces.


Constructor & Destructor Documentation

Default constructor.

Destructor.


Member Data Documentation

Broadcast address for the interface.

Pointer to the next interface in the chain.


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