xoreos  0.0.5
Public Member Functions | Public Attributes | List of all members
Aurora::Archive::Resource Struct Reference

A resource within the archive. More...

#include <archive.h>

Collaboration diagram for Aurora::Archive::Resource:
Collaboration graph
[legend]

Public Member Functions

 Resource ()
 

Public Attributes

Common::UString name
 The resource's name. More...
 
uint64 hash
 The resource's hashed name. More...
 
FileType type
 The resource's type. More...
 
uint32 index
 The resource's local index within the archive. More...
 

Detailed Description

A resource within the archive.

Definition at line 48 of file archive.h.

Constructor & Destructor Documentation

◆ Resource()

Aurora::Archive::Resource::Resource ( )

Definition at line 31 of file archive.cpp.

Member Data Documentation

◆ hash

uint64 Aurora::Archive::Resource::hash

The resource's hashed name.

Definition at line 50 of file archive.h.

◆ index

uint32 Aurora::Archive::Resource::index

◆ name

Common::UString Aurora::Archive::Resource::name

◆ type

FileType Aurora::Archive::Resource::type

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