#include <ClassSourceGenerator.h>
Public Member Functions | |
ClassSourceGenerator (TableDefPtr table, std::ofstream *file) | |
Construct a new Generator for the specified table and output to the specified file. | |
~ClassSourceGenerator () | |
Destructor, a noop. | |
void | GenerateClass () |
Generates the class containing the FieldImpls for the specified table. |
Definition at line 36 of file ClassSourceGenerator.h.
ClassSourceGenerator::ClassSourceGenerator | ( | TableDefPtr | table, | |
std::ofstream * | file | |||
) | [explicit] |
Construct a new Generator for the specified table and output to the specified file.
ClassSourceGenerator::~ClassSourceGenerator | ( | ) |
Destructor, a noop.
void ClassSourceGenerator::GenerateClass | ( | ) |
Generates the class containing the FieldImpls for the specified table.