|
CPGen
C++ project generator
|
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. | |
Represents a single file to be written during project generation.
| std::string OutputFile::content |
Full file content.
| std::filesystem::path OutputFile::relative_path |
Path relative to the project root.