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

 ACE_DEV_Addr (void)
 Default constructor.
 ACE_DEV_Addr (const ACE_DEV_Addr &sa)
 Copy constructor.
int set (const ACE_DEV_Addr &sa)
 Acts like a copy constructor.
 ACE_DEV_Addr (const ACE_TCHAR *devname)
 Create a ACE_DEV_Addr from a device name.
void set (const ACE_TCHAR *devname)
 Create a ACE_Addr from a ACE_DEV pathname.
ACE_DEV_Addroperator= (const ACE_DEV_Addr &)
 Assignment operator.
virtual void * get_addr (void) const
 Return a pointer to the address.
virtual int addr_to_string (ACE_TCHAR *addr, size_t) const
 Transform the current address into string format.
bool operator== (const ACE_DEV_Addr &SAP) const
 Compare two addresses for equality.
bool operator!= (const ACE_DEV_Addr &SAP) const
 Compare two addresses for inequality.
const ACE_TCHARget_path_name (void) const
 Return the path name used for the rendezvous point.
void dump (void) const
 Dump the state of an object.
- Public Member Functions inherited from ACE_Addr
 ACE_Addr (int type=-1, int size=-1)
 Initializes instance variables.
virtual ~ACE_Addr (void)
 Destructor.
int get_size (void) const
 Return the size of the address.
void set_size (int size)
 Sets the size of the address.
int get_type (void) const
 Get the type of the address.
void set_type (int type)
 Set the type of the address.
virtual void set_addr (void *, int len)
 Set a pointer to the address.
bool operator== (const ACE_Addr &sap) const
 Check for address equality.
bool operator!= (const ACE_Addr &sap) const
 Check for address inequality.
void base_set (int type, int size)
 Initializes instance variables.
virtual unsigned long hash (void) const

Public Attributes

 ACE_ALLOC_HOOK_DECLARE
 Declare the dynamic allocation hooks.
- Public Attributes inherited from ACE_Addr

Private Types

enum  { DEVNAME_LENGTH = MAXPATHLEN + 1 }

Private Attributes

ACE_TCHAR devname_ [DEVNAME_LENGTH]
 Name of the device.

Additional Inherited Members

- Static Public Attributes inherited from ACE_Addr
static const ACE_Addr sap_any
 Wild-card address.
- Protected Attributes inherited from ACE_Addr
int addr_type_
 e.g., AF_UNIX, AF_INET, AF_SPIPE, etc.
int addr_size_
 Number of bytes in the address.

Detailed Description

Defines device address family address format.


Member Enumeration Documentation

anonymous enum
private
Enumerator:
DEVNAME_LENGTH 

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)
explicit

Create a ACE_DEV_Addr from a device name.


Member Function Documentation

int ACE_DEV_Addr::addr_to_string ( ACE_TCHAR addr,
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.

void * ACE_DEV_Addr::get_addr ( void  ) const
virtual

Return a pointer to the address.

Reimplemented from ACE_Addr.

const ACE_TCHAR * ACE_DEV_Addr::get_path_name ( void  ) const
inline

Return the path name used for the rendezvous point.

bool ACE_DEV_Addr::operator!= ( const ACE_DEV_Addr SAP) const
inline

Compare two addresses for inequality.

ACE_DEV_Addr & ACE_DEV_Addr::operator= ( const ACE_DEV_Addr sa)

Assignment operator.

bool ACE_DEV_Addr::operator== ( const ACE_DEV_Addr SAP) const
inline

Compare two addresses for equality.

int ACE_DEV_Addr::set ( const ACE_DEV_Addr sa)

Acts like a copy constructor.

void ACE_DEV_Addr::set ( const ACE_TCHAR devname)
inline

Create a ACE_Addr from a ACE_DEV pathname.


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_[DEVNAME_LENGTH]
private

Name of the device.


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