STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Attributes | List of all members
stat Struct Reference

#include <sys/stat.h>

Public Attributes

_dev_t st_dev
 
_ino_t st_ino
 
unsigned short st_mode
 
short st_nlink
 
short st_uid
 
short st_gid
 
_dev_t st_rdev
 
_off_t st_size
 
time_t st_atime
 
time_t st_mtime
 
time_t st_ctime
 

Member Data Documentation

time_t stat::st_atime
time_t stat::st_ctime
_dev_t stat::st_dev
short stat::st_gid
_ino_t stat::st_ino
unsigned short stat::st_mode
time_t stat::st_mtime
short stat::st_nlink
_dev_t stat::st_rdev
_off_t stat::st_size
short stat::st_uid

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