Joedb
9.5.0
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
src
joedb
db
encoded_file
Readonly_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/compcmake/gcc_debug/joedbc
7
// Version: 9.5.0
8
// joedbc compilation time: May 5 2025 19:51:43
9
// Generation of this file: 2025-05-05 17:51:47 GMT
10
//
11
/////////////////////////////////////////////////////////////////////////////
12
#ifndef joedb_db_encoded_file_Readonly_Interpreted_File_Database_declared
13
#define joedb_db_encoded_file_Readonly_Interpreted_File_Database_declared
14
15
#include "
Readonly_Database.h
"
16
#include "
joedb/journal/Readonly_Interpreted_File.h
"
17
18
namespace
joedb::db::encoded_file
19
{
20
/// @ref Readonly_Database for a .joedbi text file
21
class
Readonly_Interpreted_File_Database
:
22
private
joedb::Readonly_Interpreted_File
,
23
public
Readonly_Database
24
{
25
public
:
26
Readonly_Interpreted_File_Database
(
const
char
*file_name):
27
joedb
::
Readonly_Interpreted_File
(file_name),
28
Readonly_Database
(*static_cast<
joedb
::
Readonly_Interpreted_File
*>(this))
29
{
30
}
31
32
Readonly_Interpreted_File_Database
(
const
std::string &file_name):
33
Readonly_Interpreted_File_Database
(file_name.c_str())
34
{
35
}
36
};
37
}
38
39
#endif
Readonly_Interpreted_File.h
joedb::Readonly_Interpreted_File
Definition
Readonly_Interpreted_File.h:14
joedb::db::encoded_file::Readonly_Database
Load a database from a read-only file.
Definition
Readonly_Database.h:22
joedb::db::encoded_file::Readonly_Interpreted_File_Database
Readonly_Database for a .joedbi text file
Definition
Readonly_Interpreted_File_Database.h:24
joedb::db::encoded_file::Readonly_Interpreted_File_Database::Readonly_Interpreted_File_Database
Readonly_Interpreted_File_Database(const char *file_name)
Definition
Readonly_Interpreted_File_Database.h:26
joedb::db::encoded_file::Readonly_Interpreted_File_Database::Readonly_Interpreted_File_Database
Readonly_Interpreted_File_Database(const std::string &file_name)
Definition
Readonly_Interpreted_File_Database.h:32
joedb::db::encoded_file
Automatically generated by joedbc.
Definition
Client.h:19
joedb
Definition
Blob.h:7
Readonly_Database.h
Generated by
1.9.8