12 Generator(
".",
"Interpreted_File_Database.h", options)
23#include "Writable_Database.h"
24#include "joedb/journal/Interpreted_File.h"
33 class Interpreted_File_Database:
34 private joedb::Interpreted_File,
35 public Writable_Database
38 Interpreted_File_Database(const char *file_name):
39 joedb::Interpreted_File(file_name),
40 Writable_Database(*static_cast<joedb::Interpreted_File *>(this))
44 Interpreted_File_Database(const std::string &file_name):
45 Interpreted_File_Database(file_name.c_str())
const std::vector< std::string > & get_name_space() const
const Compiler_Options & options
Interpreted_File_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(std::ostream &out, const char *name, const std::vector< std::string > &n)
One code generator for each of the file generated by joedbc.