ACE 8.0.0
Loading...
Searching...
No Matches
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 ()
 Default constructor.
 
 ACE_FILE_Addr (const ACE_FILE_Addr &sa)
 Copy constructor.
 
int set (const ACE_FILE_Addr &sa)
 
 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_Addroperator= (const ACE_FILE_Addr &)
 Assignment operator.
 
virtual voidget_addr () 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.
 
bool operator== (const ACE_FILE_Addr &SAP) const
 Compare two addresses for equality.
 
bool operator!= (const ACE_FILE_Addr &SAP) const
 Compare two addresses for inequality.
 
const ACE_TCHARget_path_name () const
 Return the path name used for the rendezvous point.
 
void dump () const
 Dump the state of an object.
 
- Public Member Functions inherited from ACE_Addr
 ACE_Addr (int type=-1, int size=-1)
 Initializes instance variables.
 
virtual ~ACE_Addr ()=default
 Destructor.
 
int get_size () const
 Return the size of the address.
 
void set_size (int size)
 Sets the size of the address.
 
int get_type () const
 Get the type of the address.
 
void set_type (int type)
 Set the type of the address.
 
virtual void set_addr (const void *, int len)
 Set a pointer to the address.
 
bool operator== (const ACE_Addr &sap) const
 Check for address equality.
 
bool operator!= (const ACE_Addr &sap) const
 Check for address inequality.
 
void base_set (int type, int size)
 Initializes instance variables.
 
virtual unsigned long hash () const
 
void dump () const
 Dump the state of an object.
 

Public Attributes

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

Private Attributes

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

Additional Inherited Members

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

Detailed Description

Defines the FILE address family address format.

Constructor & Destructor Documentation

◆ ACE_FILE_Addr() [1/3]

ACE_FILE_Addr::ACE_FILE_Addr ( )

Default constructor.

◆ ACE_FILE_Addr() [2/3]

ACE_FILE_Addr::ACE_FILE_Addr ( const ACE_FILE_Addr & sa)

Copy constructor.

◆ ACE_FILE_Addr() [3/3]

ACE_FILE_Addr::ACE_FILE_Addr ( const ACE_TCHAR * filename)
explicit

Create a ACE_FILE_Addr from a pathname.

Member Function Documentation

◆ addr_to_string()

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

Transform the current address into string format.

◆ dump()

void ACE_FILE_Addr::dump ( ) const

Dump the state of an object.

◆ get_addr()

void * ACE_FILE_Addr::get_addr ( ) const
virtual

Return a pointer to the address.

Reimplemented from ACE_Addr.

◆ get_path_name()

const ACE_TCHAR * ACE_FILE_Addr::get_path_name ( ) const
inline

Return the path name used for the rendezvous point.

◆ operator!=()

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

Compare two addresses for inequality.

◆ operator=()

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

Assignment operator.

◆ operator==()

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

Compare two addresses for equality.

◆ set() [1/2]

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.

◆ set() [2/2]

int ACE_FILE_Addr::set ( const ACE_TCHAR * filename)

Create a ACE_FILE_Addr from a pathname.

Member Data Documentation

◆ ACE_ALLOC_HOOK_DECLARE

ACE_FILE_Addr::ACE_ALLOC_HOOK_DECLARE

Declare the dynamic allocation hooks.

◆ filename_

ACE_TCHAR ACE_FILE_Addr::filename_[MAXPATHLEN+1]
private

Name of the file.


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