|
Joedb 10.3.0
The Journal-Only Embedded Database
|
#include <joedb/compiler/generator/Database_Writable_h.h>


Public Member Functions | |
| Database_Writable_h (const Compiler_Options &options) | |
| void | write (std::ostream &out) override |
Public Member Functions inherited from joedb::generator::Generator | |
| Generator (std::string dir_name, std::string file_name, const Compiler_Options &options) | |
| void | generate () |
| virtual | ~Generator () |
Additional Inherited Members | |
Protected Member Functions inherited from joedb::generator::Generator | |
| bool | db_has_values () const |
| void | write_initial_comment (std::ostream &out) |
| void | write_type (std::ostream &out, Type type, bool return_type, bool setter_type) |
| void | write_tuple_type (std::ostream &out, const Compiler_Options::Index &index, bool reference) |
| void | write_index_type (std::ostream &out, const Compiler_Options::Index &index) |
Static Protected Member Functions inherited from joedb::generator::Generator | |
| 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) |
Protected Attributes inherited from joedb::generator::Generator | |
| const std::string | dir_name |
| const std::string | file_name |
| const Compiler_Options & | options |
Definition at line 9 of file Database_Writable_h.h.
| joedb::generator::Database_Writable_h::Database_Writable_h | ( | const Compiler_Options & | options | ) |
Definition at line 10 of file Database_Writable_h.cpp.
|
overridevirtual |
Implements joedb::generator::Generator.
Definition at line 20 of file Database_Writable_h.cpp.