Joedb 9.1.4
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
Public Member Functions | List of all members
joedb::Async_Writer Class Reference

#include <joedb/journal/Async_Writer.h>

Public Member Functions

 Async_Writer (Abstract_File &file, int64_t start)
 
void write (const char *buffer, size_t size)
 
int64_t get_position () const
 

Detailed Description

Definition at line 9 of file Async_Writer.h.

Constructor & Destructor Documentation

◆ Async_Writer()

joedb::Async_Writer::Async_Writer ( Abstract_File file,
int64_t  start 
)
inline

Definition at line 17 of file Async_Writer.h.

Member Function Documentation

◆ get_position()

int64_t joedb::Async_Writer::get_position ( ) const
inline

Definition at line 33 of file Async_Writer.h.

◆ write()

void joedb::Async_Writer::write ( const char *  buffer,
size_t  size 
)
inline

Definition at line 25 of file Async_Writer.h.


The documentation for this class was generated from the following file: