World of Might and Magic  0.2.0
Open reimplementation of Might and Magic 6 7 8 game engine
Структура AVIODirEntry

#include <avio.h>

Открытые атрибуты

char * name
 
int type
 
int utf8
 
int64_t size
 
int64_t modification_timestamp
 
int64_t access_timestamp
 
int64_t status_change_timestamp
 
int64_t user_id
 
int64_t group_id
 
int64_t filemode
 

Подробное описание

Describes single entry of the directory.

Only name and type fields are guaranteed be set. Rest of fields are protocol or/and platform dependent and might be unknown.

См. определение в файле avio.h строка 86

Данные класса

◆ name

char* AVIODirEntry::name

Filename

См. определение в файле avio.h строка 87

◆ type

int AVIODirEntry::type

Type of the entry

См. определение в файле avio.h строка 88

◆ utf8

int AVIODirEntry::utf8

Set to 1 when name is encoded with UTF-8, 0 otherwise. Name can be encoded with UTF-8 even though 0 is set.

См. определение в файле avio.h строка 89

◆ size

int64_t AVIODirEntry::size

File size in bytes, -1 if unknown.

См. определение в файле avio.h строка 91

◆ modification_timestamp

int64_t AVIODirEntry::modification_timestamp

Time of last modification in microseconds since unix epoch, -1 if unknown.

См. определение в файле avio.h строка 92

◆ access_timestamp

int64_t AVIODirEntry::access_timestamp

Time of last access in microseconds since unix epoch, -1 if unknown.

См. определение в файле avio.h строка 94

◆ status_change_timestamp

int64_t AVIODirEntry::status_change_timestamp

Time of last status change in microseconds since unix epoch, -1 if unknown.

См. определение в файле avio.h строка 96

◆ user_id

int64_t AVIODirEntry::user_id

User ID of owner, -1 if unknown.

См. определение в файле avio.h строка 98

◆ group_id

int64_t AVIODirEntry::group_id

Group ID of owner, -1 if unknown.

См. определение в файле avio.h строка 99

◆ filemode

int64_t AVIODirEntry::filemode

Unix file mode, -1 if unknown.

См. определение в файле avio.h строка 100


Объявления и описания членов структуры находятся в файле: