Zen
A cross-platform functional programming language
|
Class for generating project files. More...
#include <ProGen.hpp>
Classes | |
class | Impl |
Implementation of project generator class. More... | |
Public Member Functions | |
ProGen (const Build::Project &project) | |
Default constructor. | |
~ProGen () | |
Destructor. | |
void | build () |
Generate a build project. | |
void | make () |
Generate a make project. | |
Private Attributes | |
Impl * | _impl |
Instance of private implementation class. |
Class for generating project files.
ProGen | ( | const Build::Project & | project | ) |
Default constructor.
project | The project definition |