cmEngine  0.1.1
A library for interpreting CMake code.
Data Fields
cmStat Struct Reference

#include <cmStat.h>

Data Fields

unsigned int mode
 
unsigned long long int mtime
 
unsigned long long int atime
 
unsigned long long int ctime
 
unsigned long long int size
 

Detailed Description

This structure is used to contain information regarding status of a file. It is a wrapper around system-specific 'stat' functions.

Field Documentation

§ atime

unsigned long long int cmStat::atime

File access time.

§ ctime

unsigned long long int cmStat::ctime

File creation time.

§ mode

unsigned int cmStat::mode

The file mode. Indicates whether the entry is a directory or a regular file.

§ mtime

unsigned long long int cmStat::mtime

File modification time.

§ size

unsigned long long int cmStat::size

The number of bytes occupied by the file. For directories, this can be zero.


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