ACE_FILE Class ReferenceDefines the core methods of the ACE_FILE abstraction. More...
Inheritance diagram for ACE_FILE:
![]()
Collaboration diagram for ACE_FILE:
![]()
Detailed DescriptionDefines the core methods of the ACE_FILE abstraction.Constructor & Destructor Documentation
Ensure that this class is only created by the ACE_FILE_Connector.
Member Function Documentation
Close and remove the ACE_FILE from the file system.
Get information on this ACE_FILE.
Get information on this ACE_FILE.
Set filesize to length byte.
Sets the file pointer as follows: o If <whence> is <SEEK_SET>, the pointer is set to offset bytes. o If <whence> is <SEEK_CUR>, the pointer is set to its current location plus offset. o If <whence> is <SEEK_END>, the pointer is set to the size of the file plus offset.
Return an offset for the file handle.
Disable signal signum This is here to prevent Win32 from disabling SPIPE using socket calls Reimplemented from ACE_IO_SAP.
Return the local endpoint address in the referenced ACE_Addr. Returns 0 if successful, else -1.
Return the same thing as get_local_addr().
Member Data Documentation
File we are "connected" with...
The documentation for this class was generated from the following files: Generated on Mon Sep 15 07:15:00 2008 for ACE by ![]() |