NDEVR
API Documentation
WixInstallerFile

Represents a WiX installer XML file being written, with indentation tracking. More...

Collaboration diagram for WixInstallerFile:
[legend]

Public Member Functions

void addLine (const StringView &line)
 Adds a line of content to the file at the current indentation level.
void begin ()
 Writes the XML file header and opens the root element.
void end ()
 Closes the root element and finalizes the file.

Public Attributes

File file
 The output file being written.
uint04 tab_depth = 0
 The current indentation depth.

Detailed Description

Represents a WiX installer XML file being written, with indentation tracking.


Definition at line 14 of file InstallerManager.h.

Member Function Documentation

◆ addLine()

void WixInstallerFile::addLine ( const StringView & line)

Adds a line of content to the file at the current indentation level.

Parameters
[in]lineThe line content to write.

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