struct PackageHierarchy::Entry

Resource or folder entry in the package hierarchy.

Public

Constructors

Entry

Entry(EntryType type)

Entry

Entry(EntryType type, String name, Path path, SPtr<PackageResourceMetaData> resourceMetaData = nullptr)

Methods

~Entry

~Entry() noexcept

Fields

Name

String Name

Name of the entry.

Path

Path of the entry in the package.

Type

Type of the entry.

Children

Vector<Entry *> Children

Child entries, only relevant for folders.

ResourceMetaData

Resource meta-data.

Only relevant for resources.