Joedb 9.1.4
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
File_Client_h.h
Go to the documentation of this file.
1#ifndef joedb_generator_File_Client_h_declared
2#define joedb_generator_File_Client_h_declared
3
5
6namespace joedb::generator
7{
8 /// @ingroup compiler
9 class File_Client_h: public Generator
10 {
11 public:
13 void generate() override;
14 };
15}
16
17#endif
const Compiler_Options & options
Definition Generator.h:14
One code generator for each of the file generated by joedbc.
Definition Client_h.cpp:5