12 Generator(
".",
"Readonly_Interpreted_File_Database.h", options)
23#include "Readonly_Database.h"
24#include "joedb/journal/Readonly_Interpreted_File.h"
33 class Readonly_Interpreted_File_Database: public Readonly_Database
36 Readonly_Interpreted_File_Database(const char *file_name):
37 Readonly_Database(joedb::Readonly_Interpreted_File(file_name))
41 Readonly_Interpreted_File_Database(const std::string &file_name):
42 Readonly_Interpreted_File_Database(file_name.c_str())
const std::vector< std::string > & get_name_space() const
const Compiler_Options & options
Readonly_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.