24#include "joedb/journal/File.h"
32 class File_Client: private joedb::File, public Client
35 File_Client(const char *file_name):
40 ? joedb::Open_Mode::shared_write
41 : joedb::Open_Mode::write_existing_or_create_new
43 Client(*this, joedb::Connection::dummy)
47 File_Client(const std::string &file_name):
48 File_Client(file_name.c_str())
const std::vector< std::string > & get_name_space() const
File_Client_h(const Compiler_Options &options)
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.