ACE  6.2.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
ACE_FILE_Info Class Reference

Abstracts basic OS FILE information. More...

#include <FILE.h>

Public Attributes

mode_t mode_
 Mode of file. More...
 
nlink_t nlink_
 No of links. More...
 
ACE_OFF_T size_
 Size of file. More...
 

Detailed Description

Abstracts basic OS FILE information.

Member Data Documentation

mode_t ACE_FILE_Info::mode_

Mode of file.

nlink_t ACE_FILE_Info::nlink_

No of links.

ACE_OFF_T ACE_FILE_Info::size_

Size of file.


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