![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include "FileName.h"
#include "cTimeFile.h"
#include "cTimeInt.h"
#include "cValT.h"
#include "cStreamProgress.h"
#include "HResult.h"
Go to the source code of this file.
Classes | |
class | Gray::cFileStatus |
Namespaces | |
Gray | |
< The main namespace for all Core functions. | |
Typedefs | |
typedef struct stat | cFileStatusSys |
typedef UINT64 | Gray::FILE_SIZE_t |
similar to STREAM_POS_t size_t More... | |
typedef UINT32 | Gray::FILEATTR_MASK_t |
Enumerations | |
enum | Gray::FILEATTR_TYPE_ { Gray::FILEATTR_None , Gray::FILEATTR_ReadOnly = 0x0001 , Gray::FILEATTR_Hidden = 0x0002 , Gray::FILEATTR_System = 0x0004 , Gray::FILEATTR_NormalMask = 0x000F , Gray::FILEATTR_Directory = 0x0010 , Gray::FILEATTR_Archive = 0x0020 , Gray::FILEATTR_Volume = 0x0040 , Gray::FILEATTR_Normal = 0x0080 , Gray::FILEATTR_Temporary = 0x0100 , Gray::FILEATTR_Link = 0x0400 , Gray::FILEATTR_Compress = 0x0800 } |
typedef struct stat cFileStatusSys |