ACE 8.0.5
Loading...
Searching...
No Matches
UNIX_Addr.h File Reference
#include "ace/Addr.h"
#include "ace/Log_Category.h"
#include "ace/ACE.h"
#include "ace/os_include/sys/os_un.h"
#include "ace/UNIX_Addr.inl"

Functions

bool operator== (const ACE_UNIX_Addr &SAP) const
 Compare two addresses for equality.
bool operator!= (const ACE_UNIX_Addr &SAP) const
 Compare two addresses for inequality.
const char * get_path_name () const
 Return the path name of the underlying rendezvous point.
virtual u_long hash () const
 Computes and returns hash value.
void dump () const
 Dump the state of an object.

Variables

 ACE_ALLOC_HOOK_DECLARE
 Declare the dynamic allocation hooks.
sockaddr_un unix_addr_
 Underlying socket address.

Detailed Description

Author
Doug Schmidt

Function Documentation

◆ dump()

void dump ( ) const

Dump the state of an object.

◆ get_path_name()

const char * get_path_name ( ) const

Return the path name of the underlying rendezvous point.

◆ hash()

virtual u_long hash ( ) const
virtual

Computes and returns hash value.

◆ operator!=()

bool operator!= ( const ACE_UNIX_Addr & SAP) const

Compare two addresses for inequality.

◆ operator==()

bool operator== ( const ACE_UNIX_Addr & SAP) const

Compare two addresses for equality.

Variable Documentation

◆ ACE_ALLOC_HOOK_DECLARE

ACE_ALLOC_HOOK_DECLARE

Declare the dynamic allocation hooks.

◆ unix_addr_

sockaddr_un unix_addr_
private

Underlying socket address.