Joedb
9.5.0
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
src
joedb
compiler
generator
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
4
#include "
joedb/compiler/generator/Generator.h
"
5
6
namespace
joedb::generator
7
{
8
/// @ingroup compiler
9
class
introspection_h
:
public
Generator
10
{
11
private
:
12
const
std::pair<Table_Id, std::string> &table;
13
14
public
:
15
introspection_h
16
(
17
const
Compiler_Options
&
options
,
18
const
std::pair<Table_Id, std::string> &table
19
);
20
21
void
generate
()
override
;
22
};
23
}
24
25
#endif
Generator.h
joedb::Compiler_Options
Definition
Compiler_Options.h:14
joedb::generator::Generator
Definition
Generator.h:12
joedb::generator::Generator::options
const Compiler_Options & options
Definition
Generator.h:14
joedb::generator::introspection_h
Definition
introspection_h.h:10
joedb::generator::introspection_h::generate
void generate() override
Definition
introspection_h.cpp:20
joedb::generator
One code generator for each of the file generated by joedbc.
Definition
Client_h.cpp:5
Generated by
1.9.8