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