|
ACE 8.0.5
|
#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. | |
| void dump | ( | ) | const |
Dump the state of an object.
| const char * get_path_name | ( | ) | const |
Return the path name of the underlying rendezvous point.
|
virtual |
Computes and returns hash value.
| bool operator!= | ( | const ACE_UNIX_Addr & | SAP | ) | const |
Compare two addresses for inequality.
| bool operator== | ( | const ACE_UNIX_Addr & | SAP | ) | const |
Compare two addresses for equality.
| ACE_ALLOC_HOOK_DECLARE |
Declare the dynamic allocation hooks.
|
private |
Underlying socket address.