Joedb 10.2.1
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
ids_h.h
Go to the documentation of this file.
1#ifndef joedb_generator_ids_h_declared
2#define joedb_generator_ids_h_declared
3
5
6namespace joedb::generator
7{
8 /// @ingroup compiler
9 class ids_h: public Generator
10 {
11 private:
12 const Compiler_Options *parent_options;
13
14 public:
15 ids_h
16 (
18 const Compiler_Options *parent_options
19 );
20 void generate() override;
21 };
22}
23
24#endif
const Compiler_Options & options
Definition Generator.h:13
void generate() override
Definition ids_h.cpp:19
One code generator for each of the file generated by joedbc.
Definition Client_h.cpp:5