Joedb 9.1.4
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
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
8namespace 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
void write_value(std::ostream &out, const Readable &readable, Table_Id table_id, Record_Id record_id, Field_Id field_id)
Definition Blob.h:7