Joedb 10.2.1
The Journal-Only Embedded Database
|
#include <joedb/compiler/generator/Procedure_h.h>
Public Member Functions | |
Procedure_h (const Compiler_Options &options, const Compiler_Options &parent_options) | |
void | generate () override |
![]() | |
Generator (const char *dir_name, const char *file_name, const Compiler_Options &options) | |
virtual | ~Generator () |
Additional Inherited Members | |
![]() | |
bool | db_has_values () const |
void | write_initial_comment () |
void | write_type (Type type, bool return_type, bool setter_type) |
void | write_tuple_type (const Compiler_Options::Index &index, bool reference) |
void | write_index_type (const Compiler_Options::Index &index) |
std::string | get_file_string (const char *dir_name, const char *file_name) |
![]() | |
static const char * | get_type_string (Type type) |
static const char * | get_cpp_type_string (Type type) |
static const char * | get_storage_type_string (Type type) |
![]() | |
const Compiler_Options & | options |
joedb::ofstream | out |
Definition at line 8 of file Procedure_h.h.
joedb::generator::Procedure_h::Procedure_h | ( | const Compiler_Options & | options, |
const Compiler_Options & | parent_options | ||
) |
Definition at line 6 of file Procedure_h.cpp.
|
overridevirtual |
Implements joedb::generator::Generator.
Definition at line 16 of file Procedure_h.cpp.