#include <FILE_Addr.h>
Inheritance diagram for ACE_FILE_Addr:
Public Methods | |
ACE_FILE_Addr (void) | |
Default constructor. | |
ACE_FILE_Addr (const ACE_FILE_Addr &sa) | |
Copy constructor. | |
int | set (const ACE_FILE_Addr &sa) |
ACE_EXPLICIT | ACE_FILE_Addr (const ACE_TCHAR *filename) |
Create a ACE_FILE_Addr from a pathname. | |
int | set (const ACE_TCHAR *filename) |
Create a ACE_FILE_Addr from a pathname. | |
ACE_FILE_Addr & | operator= (const ACE_FILE_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. | |
int | operator== (const ACE_FILE_Addr &SAP) const |
Compare two addresses for equality. | |
int | operator!= (const ACE_FILE_Addr &SAP) const |
Compare two addresses for inequality. | |
const ACE_TCHAR * | get_path_name (void) const |
Return the path name used for the rendezvous point. | |
void | dump (void) const |
Dump the state of an object. | |
Public Attributes | |
ACE_ALLOC_HOOK_DECLARE | |
Declare the dynamic allocation hooks. | |
Private Attributes | |
ACE_TCHAR | filename_ [MAXNAMLEN+1] |
Name of the file. |
|
Default constructor.
|
|
Copy constructor.
|
|
Create a ACE_FILE_Addr from a pathname.
|
|
Transform the current address into string format.
|
|
Dump the state of an object.
Reimplemented from ACE_Addr. |
|
Return a pointer to the address.
Reimplemented from ACE_Addr. |
|
Return the path name used for the rendezvous point.
|
|
Compare two addresses for inequality.
|
|
Assignment operator.
|
|
Compare two addresses for equality.
|
|
Create a ACE_FILE_Addr from a pathname.
|
|
Acts like a copy constructor. If <sa> == ACE_Addr::sap_any then create a temporary filename using <ACE_OS::mktemp>. |
|
Declare the dynamic allocation hooks.
Reimplemented from ACE_Addr. |
|
Name of the file.
|