ClassHeaderGenerator Class Reference

This class generates the FieldImpls declarations for the specified table and appends it to the specified file. More...

#include <ClassHeaderGenerator.h>

List of all members.

Public Member Functions

 ClassHeaderGenerator (TableDefPtr table, std::ofstream *file, std::string ns)
 Construct a new Generator for the specified table and output to the specified file.
 ~ClassHeaderGenerator ()
 Destructor, a noop.
void GenerateClass ()
 Generates the class containing the FieldImpls for the specified table.


Detailed Description

This class generates the FieldImpls declarations for the specified table and appends it to the specified file.

Definition at line 36 of file ClassHeaderGenerator.h.


Constructor & Destructor Documentation

ClassHeaderGenerator::ClassHeaderGenerator ( TableDefPtr  table,
std::ofstream *  file,
std::string  ns 
) [explicit]

Construct a new Generator for the specified table and output to the specified file.

ClassHeaderGenerator::~ClassHeaderGenerator (  ) 

Destructor, a noop.


Member Function Documentation

void ClassHeaderGenerator::GenerateClass (  ) 

Generates the class containing the FieldImpls for the specified table.


Generated for UnsignedByte by  doxygen 1.5.3
SourceForge.net Logo