CPGen
C++ project generator
Loading...
Searching...
No Matches
GenerationPipeline.cpp File Reference

Implements the generation pipeline orchestrator. More...

#include "CPGen/Pipeline/GenerationPipeline.hpp"
#include <fstream>
#include <stdexcept>
#include <utility>
Include dependency graph for GenerationPipeline.cpp:

Detailed Description

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.

Author
Darleanow