Joedb 9.5.0
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
introspection_h.h
Go to the documentation of this file.
1#ifndef joedb_generator_introspection_h_declared
2#define joedb_generator_introspection_h_declared
3
5
6namespace joedb::generator
7{
8 /// @ingroup compiler
10 {
11 private:
12 const std::pair<Table_Id, std::string> &table;
13
14 public:
16 (
18 const std::pair<Table_Id, std::string> &table
19 );
20
21 void generate() override;
22 };
23}
24
25#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