|
CPGen
C++ project generator
|
Implements the generation pipeline orchestrator. More...
#include "CPGen/Pipeline/GenerationPipeline.hpp"#include <fstream>#include <stdexcept>#include <utility>
Implements the generation pipeline orchestrator.
Runs all registered Emitter instances against a ResolvedProject, collects the OutputFile results, and writes them to the target directory using std::filesystem and std::ofstream.