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::MetadataBlock Struct Reference
Collaboration diagram for duckdb::MetadataBlock:

Public Member Functions

 MetadataBlock (const MetadataBlock &other)=delete
 
MetadataBlockoperator= (const MetadataBlock &)=delete
 
DUCKDB_API MetadataBlock (MetadataBlock &&other) noexcept
 enable move constructors
 
DUCKDB_API MetadataBlockoperator= (MetadataBlock &&) noexcept
 
void Write (WriteStream &sink)
 
idx_t FreeBlocksToInteger ()
 
void FreeBlocksFromInteger (idx_t blocks)
 
string ToString () const
 

Static Public Member Functions

static MetadataBlock Read (ReadStream &source)
 
static vector< uint8_tBlocksFromInteger (idx_t free_list)
 

Public Attributes

shared_ptr< BlockHandleblock
 
block_id_t block_id
 
vector< uint8_tfree_blocks
 
atomic< bool > dirty
 

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