12 Generator(
".",
"Memory_Database.h", options)
23#include "Writable_Database.h"
24#include "joedb/journal/Memory_File.h"
32 class Memory_Database: public joedb::Memory_File, public Writable_Database
35 Memory_Database(): Writable_Database(*this, joedb::Recovery::none)
const std::vector< std::string > & get_name_space() const
const Compiler_Options & options
Memory_Database_h(const Compiler_Options &options)
void namespace_open(std::ostream &out, const std::vector< std::string > &n)
void namespace_close(std::ostream &out, const std::vector< std::string > &n)
void namespace_include_guard_open(std::ostream &out, const char *name, const std::vector< std::string > &n)
void namespace_include_guard_close(std::ostream &out)
One code generator for each of the file generated by joedbc.