Joedb
9.1.4
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
src
joedb
db
multi_server
Interpreted_File_Database.h
Go to the documentation of this file.
1
/////////////////////////////////////////////////////////////////////////////
2
//
3
// This code was automatically generated by the joedb compiler
4
// https://www.joedb.org/
5
//
6
// Path to compiler: /home/rcoulom/repos/joedb/doc/source/tutorial/build/joedbc
7
// Version: 9.1.4
8
// joedbc compilation time: Apr 19 2025 18:13:35
9
// Generation of this file: 2025-04-19 16:13:37 GMT
10
//
11
/////////////////////////////////////////////////////////////////////////////
12
#ifndef joedb_db_multi_server_Interpreted_File_Database_declared
13
#define joedb_db_multi_server_Interpreted_File_Database_declared
14
15
#include "
Writable_Database.h
"
16
#include "
joedb/journal/Interpreted_File.h
"
17
18
namespace
joedb::db::multi_server
19
{
20
/// Open a .joedbi text file for reading or writing
21
class
Interpreted_File_Database
:
22
private
joedb::Interpreted_File
,
23
public
Writable_Database
24
{
25
public
:
26
Interpreted_File_Database
(
const
char
*
file_name
):
27
joedb
::
Interpreted_File
(
file_name
),
28
Writable_Database
(*
static_cast
<
joedb
::
Interpreted_File
*>(
this
))
29
{
30
}
31
32
Interpreted_File_Database
(
const
std::string &
file_name
):
33
Interpreted_File_Database
(
file_name
.
c_str
())
34
{
35
}
36
};
37
}
38
39
#endif
Interpreted_File.h
joedb::Buffered_File::read
T read()
Definition
Buffered_File.h:156
joedb::Interpreted_File
Definition
Interpreted_File.h:38
joedb::db::multi_server::Interpreted_File_Database
Open a .joedbi text file for reading or writing.
Definition
Interpreted_File_Database.h:24
joedb::db::multi_server::Interpreted_File_Database::Interpreted_File_Database
Interpreted_File_Database(const char *file_name)
Definition
Interpreted_File_Database.h:26
joedb::db::multi_server::Interpreted_File_Database::Interpreted_File_Database
Interpreted_File_Database(const std::string &file_name)
Definition
Interpreted_File_Database.h:32
joedb::db::multi_server::Writable_Database
A writable Database constructed from a writable joedb::Buffered_File.
Definition
Writable_Database.h:30
joedb::db::multi_server
Automatically generated by joedbc.
Definition
Client.h:19
joedb
Definition
Blob.h:7
Writable_Database.h
Generated by
1.9.8