PropWare  3.0.0.229
C++ objects and CMake build system for Parallax Propeller
Public Attributes | List of all members
stat Struct Reference
+ Collaboration diagram for stat:

Public Attributes

int st_dev
 
int st_ino
 
unsigned int st_mode
 
int st_nlink
 
unsigned short st_uid
 
unsigned short st_gid
 
int st_rdev
 
long st_size
 
long st_blksize
 
long st_blocks
 
time_t st_atime
 
time_t st_mtime
 
time_t st_ctime
 

Detailed Description

Definition at line 24 of file types.h.

Member Data Documentation

◆ st_atime

time_t stat::st_atime

Definition at line 35 of file types.h.

◆ st_blksize

long stat::st_blksize

Definition at line 33 of file types.h.

◆ st_blocks

long stat::st_blocks

Definition at line 34 of file types.h.

◆ st_ctime

time_t stat::st_ctime

Definition at line 37 of file types.h.

◆ st_dev

int stat::st_dev

Definition at line 25 of file types.h.

◆ st_gid

unsigned short stat::st_gid

Definition at line 30 of file types.h.

◆ st_ino

int stat::st_ino

Definition at line 26 of file types.h.

◆ st_mode

unsigned int stat::st_mode

Definition at line 27 of file types.h.

◆ st_mtime

time_t stat::st_mtime

Definition at line 36 of file types.h.

◆ st_nlink

int stat::st_nlink

Definition at line 28 of file types.h.

◆ st_rdev

int stat::st_rdev

Definition at line 31 of file types.h.

◆ st_size

long stat::st_size

Definition at line 32 of file types.h.

◆ st_uid

unsigned short stat::st_uid

Definition at line 29 of file types.h.


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