ACE_Addr Class ReferenceDefines the base class for the "address family independent" address format. More...
Inheritance diagram for ACE_Addr:
![]()
Collaboration diagram for ACE_Addr:
![]()
Detailed DescriptionDefines the base class for the "address family independent" address format.Constructor & Destructor Documentation
Initializes instance variables.
Destructor.
Member Function Documentation
Return the size of the address.
Sets the size of the address.
Get the type of the address.
Set the type of the address.
Return a pointer to the address.
Reimplemented in ACE_DEV_Addr, ACE_FILE_Addr, ACE_INET_Addr, ACE_SPIPE_Addr, and ACE_UNIX_Addr.
Check for address equality.
Check for address inequality.
Initializes instance variables.
Returns a hash value. This should be overwritten by a subclass that can produce a better hash value. Reimplemented in ACE_INET_Addr, and ACE_UNIX_Addr.
Dump the state of an object.
Reimplemented in ACE_DEV_Addr, ACE_FILE_Addr, ACE_INET_Addr, ACE_SPIPE_Addr, and ACE_UNIX_Addr.
Member Data Documentation
Wild-card address.
Declare the dynamic allocation hooks.
Reimplemented in ACE_DEV_Addr, ACE_FILE_Addr, ACE_INET_Addr, ACE_SPIPE_Addr, and ACE_UNIX_Addr.
e.g., AF_UNIX, AF_INET, AF_SPIPE, etc.
Number of bytes in the address.
The documentation for this class was generated from the following files: Generated on Mon Sep 15 07:14:10 2008 for ACE by ![]() |