Joedb
9.1.4
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
src
joedb
ui
write_value.h
Go to the documentation of this file.
1
#ifndef joedb_write_value_declared
2
#define joedb_write_value_declared
3
4
#include "
joedb/index_types.h
"
5
6
#include <iosfwd>
7
8
namespace
joedb
9
{
10
class
Readable;
11
12
/// @ingroup ui
13
void
write_value
14
(
15
std::ostream &out,
16
const
Readable &readable,
17
Table_Id
table_id,
18
Record_Id
record_id,
19
Field_Id
field_id
20
);
21
}
22
23
#endif
joedb::write_value
void write_value(std::ostream &out, const Readable &readable, Table_Id table_id, Record_Id record_id, Field_Id field_id)
Definition
write_value.cpp:10
index_types.h
joedb
Definition
Blob.h:7
joedb::Field_Id
Field_Id
Definition
index_types.h:11
joedb::Table_Id
Table_Id
Definition
index_types.h:10
joedb::Record_Id
Record_Id
Definition
index_types.h:12
Generated by
1.9.8