Generator Class Reference

This class will generate TableImpls and FieldImpls. More...

#include <Generator.h>

List of all members.

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.


Detailed Description

This class will generate TableImpls and FieldImpls.

It will retreive it's data from the Tables singleton.

See also:
Tables

Definition at line 41 of file Generator.h.


Constructor & Destructor Documentation

Generator::Generator ( const std::string &  name  )  [explicit]

Create a Generator that puts all classes in the specified namespace.

Generator::~Generator (  ) 

Destructor, closes all files.


Member Function Documentation

void Generator::GenerateDAL ( TableDefVector::const_iterator  begin,
TableDefVector::const_iterator  end 
)

Generates the definitions required by the DAL.


Generated for UnsignedByte by  doxygen 1.5.3
SourceForge.net Logo