Autonomy Software C++ 24.5.1
Welcome to the Autonomy Software repository of the Mars Rover Design Team (MRDT) at Missouri University of Science and Technology (Missouri S&T)! API reference contains the source code and other resources for the development of the autonomy software for our Mars rover. The Autonomy Software project aims to compete in the University Rover Challenge (URC) by demonstrating advanced autonomous capabilities and robust navigation algorithms.
Loading...
Searching...
No Matches
duckdb::UndoBuffer Member List

This is the complete list of members for duckdb::UndoBuffer, including all inherited members.

active_transaction_state (defined in duckdb::UndoBuffer)duckdb::UndoBufferprivate
allocator (defined in duckdb::UndoBuffer)duckdb::UndoBufferprivate
ChangesMade() (defined in duckdb::UndoBuffer)duckdb::UndoBuffer
Cleanup(transaction_t lowest_active_transaction)duckdb::UndoBuffer
Commit(UndoBuffer::IteratorState &iterator_state, CommitInfo &info)duckdb::UndoBuffer
CreateEntry(UndoFlags type, idx_t len)duckdb::UndoBuffer
GetProperties() (defined in duckdb::UndoBuffer)duckdb::UndoBuffer
IterateEntries(UndoBuffer::IteratorState &state, T &&callback) (defined in duckdb::UndoBuffer)duckdb::UndoBufferprivate
IterateEntries(UndoBuffer::IteratorState &state, UndoBuffer::IteratorState &end_state, T &&callback) (defined in duckdb::UndoBuffer)duckdb::UndoBufferprivate
ReverseIterateEntries(T &&callback) (defined in duckdb::UndoBuffer)duckdb::UndoBufferprivate
RevertCommit(UndoBuffer::IteratorState &iterator_state, transaction_t transaction_id)duckdb::UndoBuffer
Rollback()duckdb::UndoBuffer
transaction (defined in duckdb::UndoBuffer)duckdb::UndoBufferprivate
UndoBuffer(DuckTransaction &transaction, ClientContext &context) (defined in duckdb::UndoBuffer)duckdb::UndoBufferexplicit
WriteToWAL(WriteAheadLog &wal, optional_ptr< StorageCommitState > commit_state)duckdb::UndoBuffer