CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
CeresEngine::Package::PackageIndex Struct Reference

A structure that wraps the index of a package. More...

Public Attributes

HashMap< ResourceID, EntrybyUUID
 Index of package resources by their UUID.
 
HashMap< String, EntrybyPath
 Index of package resources by their paths.
 

Detailed Description

A structure that wraps the index of a package.

The index describes all resources contained in a package, indexed by their name or UUID and a reference to the resource.

Member Data Documentation

◆ byPath

HashMap<String, Entry> CeresEngine::Package::PackageIndex::byPath

Index of package resources by their paths.

◆ byUUID

HashMap<ResourceID, Entry> CeresEngine::Package::PackageIndex::byUUID

Index of package resources by their UUID.


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