#include <joedb/journal/Sequential_File.h>
Definition at line 9 of file Sequential_File.h.
◆ get_position()
int64_t joedb::Sequential_File::get_position |
( |
| ) |
const |
|
inline |
◆ sequential_read()
size_t joedb::Sequential_File::sequential_read |
( |
char * |
data, |
|
|
size_t |
size |
|
) |
| |
|
inline |
◆ sequential_seek()
void joedb::Sequential_File::sequential_seek |
( |
int64_t |
new_position | ) |
|
|
inline |
◆ sequential_write()
void joedb::Sequential_File::sequential_write |
( |
const char * |
data, |
|
|
size_t |
size |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: