Joedb
10.2.1
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
source
tutorial
src
tutorial
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: 10.2.1
8
// joedbc compilation time: Sep 15 2025 20:22:33
9
// Generation of this file: 2025-09-15 18:23:01 GMT
10
//
11
/////////////////////////////////////////////////////////////////////////////
12
#ifndef tutorial_Readonly_Interpreted_File_Database_declared
13
#define tutorial_Readonly_Interpreted_File_Database_declared
14
15
#include "
Readonly_Database.h
"
16
#include "
joedb/journal/Interpreted_File.h
"
17
18
namespace
tutorial
19
{
20
/// @ref Readonly_Database for a .joedbi text file
21
class
Readonly_Interpreted_File_Database
:
public
Readonly_Database
22
{
23
public
:
24
Readonly_Interpreted_File_Database
(
const
char
*file_name):
25
Readonly_Database
(
joedb
::Interpreted_File(file_name,
joedb
::Open_Mode::read_existing))
26
{
27
}
28
29
Readonly_Interpreted_File_Database
(
const
std::string &file_name):
30
Readonly_Interpreted_File_Database
(file_name.c_str())
31
{
32
}
33
};
34
}
35
36
#endif
Interpreted_File.h
tutorial::Readonly_Database
Load a database from a read-only file.
Definition
Readonly_Database.h:22
tutorial::Readonly_Interpreted_File_Database
Readonly_Database for a .joedbi text file
Definition
Readonly_Interpreted_File_Database.h:22
tutorial::Readonly_Interpreted_File_Database::Readonly_Interpreted_File_Database
Readonly_Interpreted_File_Database(const char *file_name)
Definition
Readonly_Interpreted_File_Database.h:24
tutorial::Readonly_Interpreted_File_Database::Readonly_Interpreted_File_Database
Readonly_Interpreted_File_Database(const std::string &file_name)
Definition
Readonly_Interpreted_File_Database.h:29
joedb
Definition
Server.cpp:11
tutorial
Automatically generated by joedbc.
Definition
Client.h:19
Readonly_Database.h
Generated by
1.9.8