Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

ACE_DEV_Addr Class Reference

Defines device address family address format. More...

#include <DEV_Addr.h>

Inheritance diagram for ACE_DEV_Addr:

Inheritance graph
[legend]
Collaboration diagram for ACE_DEV_Addr:

Collaboration graph
[legend]
List of all members.

Public Methods

 ACE_DEV_Addr (void)
 Default constructor. More...

 ACE_DEV_Addr (const ACE_DEV_Addr &sa)
 Copy constructor. More...

int set (const ACE_DEV_Addr &sa)
 Acts like a copy constructor. More...

ACE_EXPLICIT ACE_DEV_Addr (const ACE_TCHAR *devname)
 Create a ACE_DEV_Addr from a device name. More...

void set (const ACE_TCHAR *devname)
 Create a ACE_Addr from a ACE_DEV pathname. More...

ACE_DEV_Addr & operator= (const ACE_DEV_Addr &)
 Assignment operator. More...

virtual void * get_addr (void) const
 Return a pointer to the address. More...

virtual int addr_to_string (ACE_TCHAR *addr, size_t) const
 Transform the current address into string format. More...

int operator== (const ACE_DEV_Addr &SAP) const
 Compare two addresses for equality. More...

int operator!= (const ACE_DEV_Addr &SAP) const
 Compare two addresses for inequality. More...

const ACE_TCHARget_path_name (void) const
 Return the path name used for the rendezvous point. More...

void dump (void) const
 Dump the state of an object. More...


Public Attributes

 ACE_ALLOC_HOOK_DECLARE
 Declare the dynamic allocation hooks. More...


Private Attributes

ACE_TCHAR devname_ [MAXNAMLEN+1]
 Name of the device. More...


Detailed Description

Defines device address family address format.


Constructor & Destructor Documentation

ACE_DEV_Addr::ACE_DEV_Addr void   
 

Default constructor.

ACE_DEV_Addr::ACE_DEV_Addr const ACE_DEV_Addr &    sa
 

Copy constructor.

ACE_DEV_Addr::ACE_DEV_Addr const ACE_TCHAR   devname
 

Create a ACE_DEV_Addr from a device name.


Member Function Documentation

ACE_INLINE int ACE_DEV_Addr::addr_to_string ACE_TCHAR   s,
size_t    len
const [virtual]
 

Transform the current address into string format.

void ACE_DEV_Addr::dump void    const
 

Dump the state of an object.

Reimplemented from ACE_Addr.

ACE_INLINE void * ACE_DEV_Addr::get_addr void    const [virtual]
 

Return a pointer to the address.

Reimplemented from ACE_Addr.

ACE_INLINE const ACE_TCHAR * ACE_DEV_Addr::get_path_name void    const
 

Return the path name used for the rendezvous point.

ACE_INLINE int ACE_DEV_Addr::operator!= const ACE_DEV_Addr &    sap const
 

Compare two addresses for inequality.

ACE_DEV_Addr & ACE_DEV_Addr::operator= const ACE_DEV_Addr &    sa
 

Assignment operator.

ACE_INLINE int ACE_DEV_Addr::operator== const ACE_DEV_Addr &    sap const
 

Compare two addresses for equality.

ACE_INLINE void ACE_DEV_Addr::set const ACE_TCHAR   devname
 

Create a ACE_Addr from a ACE_DEV pathname.

int ACE_DEV_Addr::set const ACE_DEV_Addr &    sa
 

Acts like a copy constructor.


Member Data Documentation

ACE_DEV_Addr::ACE_ALLOC_HOOK_DECLARE
 

Declare the dynamic allocation hooks.

Reimplemented from ACE_Addr.

ACE_TCHAR ACE_DEV_Addr::devname_[MAXNAMLEN + 1] [private]
 

Name of the device.


The documentation for this class was generated from the following files:
Generated on Sun Dec 1 11:22:05 2002 for ACE by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001