NDEVR
API Documentation
WixDirectory

Represents a directory tree structure within a WiX installer project. More...

Collaboration diagram for WixDirectory:
[legend]

Public Member Functions

 WixDirectory (const StringView &id)
 Constructs a WixDirectory with the given ID.
 ~WixDirectory ()
 Destructor.
void addFromResource (const String &resource)
 Adds child directories from a resource string.

Public Attributes

Dictionary< String, WixDirectory * > children
 Child directories by name.
String id
 The directory identifier.

Detailed Description

Represents a directory tree structure within a WiX installer project.


Definition at line 48 of file InstallerManager.h.

Constructor & Destructor Documentation

◆ WixDirectory()

WixDirectory::WixDirectory ( const StringView & id)

Constructs a WixDirectory with the given ID.

Parameters
[in]idThe directory identifier.

◆ ~WixDirectory()

WixDirectory::~WixDirectory ( )

Destructor.

Cleans up child directories.

Member Function Documentation

◆ addFromResource()

void WixDirectory::addFromResource ( const String & resource)

Adds child directories from a resource string.

Parameters
[in]resourceThe resource path to parse.

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