Zen
A cross-platform functional programming language

ProjectReader Class Reference

Class to create a project definition struct from an AST. More...

#include <ProjectReader.hpp>

List of all members.

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.

Detailed Description

Class to create a project definition struct from an AST.


Constructor & Destructor Documentation

ProjectReader ( Build::Project project)

Default constructor.

Parameters:
projectThe project definition struct to initialize

Member Function Documentation

void read ( const z::string filename)

Read the specified file.

Parameters:
filenameThe project file to read

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines