ACE  6.4.1
Public Member Functions | Public Attributes | Private Attributes | List of all members
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]

Public Member Functions

 ACE_FILE_Addr (void)
 Default constructor. More...
 
 ACE_FILE_Addr (const ACE_FILE_Addr &sa)
 Copy constructor. More...
 
int set (const ACE_FILE_Addr &sa)
 
 ACE_FILE_Addr (const ACE_TCHAR *filename)
 Create a ACE_FILE_Addr from a pathname. More...
 
int set (const ACE_TCHAR *filename)
 Create a ACE_FILE_Addr from a pathname. More...
 
ACE_FILE_Addroperator= (const ACE_FILE_Addr &)
 Assignment operator. More...
 
virtual void * get_addr (void) const
 Return a pointer to the address. More...
 
virtual int addr_to_string (ACE_TCHAR *addr, size_t) const
 Transform the current address into string format. More...
 
bool operator== (const ACE_FILE_Addr &SAP) const
 Compare two addresses for equality. More...
 
bool operator!= (const ACE_FILE_Addr &SAP) const
 Compare two addresses for inequality. More...
 
const ACE_TCHARget_path_name (void) const
 Return the path name used for the rendezvous point. More...
 
void dump (void) const
 Dump the state of an object. More...
 
- Public Member Functions inherited from ACE_Addr
 ACE_Addr (int type=-1, int size=-1)
 Initializes instance variables. More...
 
virtual ~ACE_Addr (void)
 Destructor. More...
 
int get_size (void) const
 Return the size of the address. More...
 
void set_size (int size)
 Sets the size of the address. More...
 
int get_type (void) const
 Get the type of the address. More...
 
void set_type (int type)
 Set the type of the address. More...
 
virtual void set_addr (const void *, int len)
 Set a pointer to the address. More...
 
bool operator== (const ACE_Addr &sap) const
 Check for address equality. More...
 
bool operator!= (const ACE_Addr &sap) const
 Check for address inequality. More...
 
void base_set (int type, int size)
 Initializes instance variables. More...
 
virtual unsigned long hash (void) const
 
void dump (void) const
 Dump the state of an object. More...
 

Public Attributes

 ACE_ALLOC_HOOK_DECLARE
 Declare the dynamic allocation hooks. More...
 
- Public Attributes inherited from ACE_Addr
 ACE_ALLOC_HOOK_DECLARE
 Declare the dynamic allocation hooks. More...
 

Private Attributes

ACE_TCHAR filename_ [MAXPATHLEN+1]
 Name of the file. More...
 

Additional Inherited Members

- Static Public Attributes inherited from ACE_Addr
static const ACE_Addr sap_any
 Wild-card address. More...
 
- Protected Attributes inherited from ACE_Addr
int addr_type_
 e.g., AF_UNIX, AF_INET, AF_SPIPE, etc. More...
 
int addr_size_
 Number of bytes in the address. More...
 

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_FILE_Addr::ACE_FILE_Addr ( const ACE_TCHAR filename)
explicit

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.

void * ACE_FILE_Addr::get_addr ( void  ) const
virtual

Return a pointer to the address.

Reimplemented from ACE_Addr.

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

Return the path name used for the rendezvous point.

bool ACE_FILE_Addr::operator!= ( const ACE_FILE_Addr SAP) const
inline

Compare two addresses for inequality.

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

Assignment operator.

bool ACE_FILE_Addr::operator== ( const ACE_FILE_Addr SAP) const
inline

Compare two addresses for equality.

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 ACE_OS::mktemp.

int ACE_FILE_Addr::set ( const ACE_TCHAR filename)

Create a ACE_FILE_Addr from a pathname.

Member Data Documentation

ACE_FILE_Addr::ACE_ALLOC_HOOK_DECLARE

Declare the dynamic allocation hooks.

ACE_TCHAR ACE_FILE_Addr::filename_[MAXPATHLEN+1]
private

Name of the file.


The documentation for this class was generated from the following files: