#include <undo_buffer.h>
◆ UndoMemoryBuffer()
kuzu::storage::UndoMemoryBuffer::UndoMemoryBuffer |
( |
uint64_t | size | ) |
|
|
inlineexplicit |
◆ canFit()
bool kuzu::storage::UndoMemoryBuffer::canFit |
( |
uint64_t | size_ | ) |
const |
|
inline |
◆ getCurrentPosition()
uint64_t kuzu::storage::UndoMemoryBuffer::getCurrentPosition |
( |
| ) |
const |
|
inline |
◆ getData()
uint8_t const * kuzu::storage::UndoMemoryBuffer::getData |
( |
| ) |
const |
|
inline |
◆ getDataUnsafe()
uint8_t * kuzu::storage::UndoMemoryBuffer::getDataUnsafe |
( |
| ) |
const |
|
inline |
◆ getSize()
uint64_t kuzu::storage::UndoMemoryBuffer::getSize |
( |
| ) |
const |
|
inline |
◆ moveCurrentPosition()
void kuzu::storage::UndoMemoryBuffer::moveCurrentPosition |
( |
uint64_t | offset | ) |
|
|
inline |
◆ UNDO_MEMORY_BUFFER_SIZE
The documentation for this class was generated from the following file: