#include <Generator.h>
Public Member Functions | |
Generator (const std::string &name) | |
Create a Generator that puts all classes in the specified namespace. | |
~Generator () | |
Destructor, closes all files. | |
void | GenerateDAL (TableDefVector::const_iterator begin, TableDefVector::const_iterator end) |
Generates the definitions required by the DAL. |
It will retreive it's data from the Tables singleton.
Definition at line 41 of file Generator.h.
Generator::Generator | ( | const std::string & | name | ) | [explicit] |
Create a Generator that puts all classes in the specified namespace.
Generator::~Generator | ( | ) |
Destructor, closes all files.
void Generator::GenerateDAL | ( | TableDefVector::const_iterator | begin, | |
TableDefVector::const_iterator | end | |||
) |
Generates the definitions required by the DAL.