struct PackageHierarchy

Inherits: INonCopyable

Contains a hierarchy of folders and resources within a package.

Public

Constructors

PackageHierarchy

PackageHierarchy() = default

PackageHierarchy

PackageHierarchy(PackageHierarchy &&other)

Methods

~PackageHierarchy

~PackageHierarchy() noexcept

FindEntry

Entry *FindEntry(const Path &path) const

Searches for an entry at the specified path.

path
Path to search for, relative to the current entry. Case sensitive.

Returns: Found entry, or null if not found.

Fields

Root

Entry * Root

Operators

operator=