Lightweight 0.20260303.0
Loading...
Searching...
No Matches
Lightweight::CodeGen::WriteResult Struct Reference

Result of an EmitChunked call. More...

#include <SplitFileWriter.hpp>

Public Attributes

std::vector< std::filesystem::path > writtenFiles
 

Detailed Description

Result of an EmitChunked call.

Definition at line 45 of file SplitFileWriter.hpp.

Member Data Documentation

◆ writtenFiles

std::vector<std::filesystem::path> Lightweight::CodeGen::WriteResult::writtenFiles

All files actually written, in apply order. Either [outputPath] (single file) or [<stem>_part01.<ext>, <stem>_part02.<ext>, ...].

Definition at line 49 of file SplitFileWriter.hpp.


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