Zen
A cross-platform functional programming language
|
Class to create a project definition struct from an AST. More...
#include <ProjectReader.hpp>
Classes | |
class | Impl |
Implementation class for ProjectReader. More... | |
Public Member Functions | |
ProjectReader (Build::Project &project) | |
Default constructor. | |
~ProjectReader () | |
Destructor. | |
void | read (const z::string &filename) |
Read the specified file. | |
Private Attributes | |
Impl * | _impl |
Private implementation class. |
Class to create a project definition struct from an AST.
ProjectReader | ( | Build::Project & | project | ) |
Default constructor.
project | The project definition struct to initialize |
void read | ( | const z::string & | filename | ) |
Read the specified file.
filename | The project file to read |