Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

ACE_FILE_Addr Class Reference

Defines the FILE address family address format. More...

#include <FILE_Addr.h>

Inheritance diagram for ACE_FILE_Addr

Inheritance graph
[legend]
Collaboration diagram for ACE_FILE_Addr:

Collaboration graph
[legend]
List of all members.

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)
 Acts like a copy constructor. If <sa> == ACE_Addr::sap_any then create a temporary filename using .

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_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 Attributes

 ACE_ALLOC_HOOK_DECLARE
 Declare the dynamic allocation hooks.


Private Attributes

ACE_TCHAR filename_ [MAXNAMLEN + 1]
 Name of the file.


Detailed Description

Defines the FILE address family address format.


Constructor & Destructor Documentation

ACE_FILE_Addr::ACE_FILE_Addr ( void )
 

Default constructor.

ACE_FILE_Addr::ACE_FILE_Addr ( const ACE_FILE_Addr & sa )
 

Copy constructor.

ACE_EXPLICIT ACE_FILE_Addr::ACE_FILE_Addr ( const ACE_TCHAR * filename )
 

Create a ACE_FILE_Addr from a pathname.


Member Function Documentation

int ACE_FILE_Addr::addr_to_string ( ACE_TCHAR * addr,
size_t len ) const [virtual]
 

Transform the current address into string format.

void ACE_FILE_Addr::dump ( void ) const
 

Dump the state of an object.

Reimplemented from ACE_Addr.

ACE_INLINE void * ACE_FILE_Addr::get_addr ( void ) const [virtual]
 

Return a pointer to the address.

Reimplemented from ACE_Addr.

ACE_INLINE const ACE_TCHAR * ACE_FILE_Addr::get_path_name ( void ) const
 

Return the path name used for the rendezvous point.

ACE_INLINE int ACE_FILE_Addr::operator!= ( const ACE_FILE_Addr & sap ) const
 

Compare two addresses for inequality.

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

Assignment operator.

ACE_INLINE int ACE_FILE_Addr::operator== ( const ACE_FILE_Addr & sap ) const
 

Compare two addresses for equality.

int ACE_FILE_Addr::set ( const ACE_TCHAR * filename )
 

Create a ACE_FILE_Addr from a pathname.

int ACE_FILE_Addr::set ( const ACE_FILE_Addr & sa )
 

Acts like a copy constructor. If <sa> == ACE_Addr::sap_any then create a temporary filename using .


Member Data Documentation

ACE_FILE_Addr::ACE_ALLOC_HOOK_DECLARE
 

Declare the dynamic allocation hooks.

Reimplemented from ACE_Addr.

ACE_TCHAR ACE_FILE_Addr::filename_[MAXNAMLEN+1] [private]
 

Name of the file.


The documentation for this class was generated from the following files:
Generated at Sat Dec 1 11:01:54 2001 for ACE by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000