xoreos  0.0.5
Public Attributes | List of all members
Common::ZipFile::File Struct Reference

A file. More...

#include <zipfile.h>

Collaboration diagram for Common::ZipFile::File:
Collaboration graph
[legend]

Public Attributes

UString name
 The file's name. More...
 
uint32 index
 The file's local index within the ZIP. More...
 

Detailed Description

A file.

Definition at line 45 of file zipfile.h.

Member Data Documentation

◆ index

uint32 Common::ZipFile::File::index

The file's local index within the ZIP.

Definition at line 47 of file zipfile.h.

Referenced by Common::ZipFile::load().

◆ name

UString Common::ZipFile::File::name

The file's name.

Definition at line 46 of file zipfile.h.

Referenced by Common::ZipFile::load().


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