#include <ClassHeaderGenerator.h>
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. | |
Definition at line 36 of file ClassHeaderGenerator.h.
| 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.
| void ClassHeaderGenerator::GenerateClass | ( | ) |
Generates the class containing the FieldImpls for the specified table.
1.5.3