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::EncryptionKey Member List

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

EncryptionKey(data_ptr_t encryption_key) (defined in duckdb::EncryptionKey)duckdb::EncryptionKeyexplicit
EncryptionKey(const EncryptionKey &)=delete (defined in duckdb::EncryptionKey)duckdb::EncryptionKey
EncryptionKey(EncryptionKey &&) noexcept=default (defined in duckdb::EncryptionKey)duckdb::EncryptionKey
GetData() (defined in duckdb::EncryptionKey)duckdb::EncryptionKeyinline
GetPtr() const (defined in duckdb::EncryptionKey)duckdb::EncryptionKeyinline
key (defined in duckdb::EncryptionKey)duckdb::EncryptionKeyprivate
LockEncryptionKey(data_ptr_t key, idx_t key_len=MainHeader::DEFAULT_ENCRYPTION_KEY_LENGTH) (defined in duckdb::EncryptionKey)duckdb::EncryptionKeystatic
operator=(const EncryptionKey &)=delete (defined in duckdb::EncryptionKey)duckdb::EncryptionKey
operator=(EncryptionKey &&) noexcept=default (defined in duckdb::EncryptionKey)duckdb::EncryptionKey
UnlockEncryptionKey(data_ptr_t key, idx_t key_len=MainHeader::DEFAULT_ENCRYPTION_KEY_LENGTH) (defined in duckdb::EncryptionKey)duckdb::EncryptionKeystatic
~EncryptionKey() (defined in duckdb::EncryptionKey)duckdb::EncryptionKey