CPGen
C++ project generator
Loading...
Searching...
No Matches
Public Attributes | List of all members
OutputFile Struct Reference

Represents a single file to be written during project generation. More...

#include <Emitter.hpp>

Public Attributes

std::filesystem::path relative_path
 Path relative to the project root.
 
std::string content
 Full file content.
 

Detailed Description

Represents a single file to be written during project generation.

Member Data Documentation

◆ content

std::string OutputFile::content

Full file content.

◆ relative_path

std::filesystem::path OutputFile::relative_path

Path relative to the project root.


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