|
Lightweight 0.20260303.0
|
Result of an EmitChunked call.
More...
#include <SplitFileWriter.hpp>
Public Attributes | |
| std::vector< std::filesystem::path > | writtenFiles |
Result of an EmitChunked call.
Definition at line 45 of file SplitFileWriter.hpp.
| 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.