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::EncryptionUtil Class Reference
Inheritance diagram for duckdb::EncryptionUtil:

Public Member Functions

virtual shared_ptr< EncryptionStateCreateEncryptionState (unique_ptr< EncryptionStateMetadata > metadata) const
 
virtual DUCKDB_API void OverrideEncryptionUtil ()
 

Constructor & Destructor Documentation

◆ EncryptionUtil()

DUCKDB_API duckdb::EncryptionUtil::EncryptionUtil ( )
inlineexplicit
11020{};

◆ ~EncryptionUtil()

virtual duckdb::EncryptionUtil::~EncryptionUtil ( )
inlinevirtual
11027 {
11028 }

Member Function Documentation

◆ CreateEncryptionState()

virtual shared_ptr< EncryptionState > duckdb::EncryptionUtil::CreateEncryptionState ( unique_ptr< EncryptionStateMetadata metadata) const
inlinevirtual
11023 {
11024 return make_shared_ptr<EncryptionState>(std::move(metadata));
11025 }

◆ OverrideEncryptionUtil()

virtual DUCKDB_API void duckdb::EncryptionUtil::OverrideEncryptionUtil ( )
inlinevirtual
11030 {
11031 throw InvalidInputException("Abstract Method");
11032 }

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