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

Public Member Functions

 ManagedResultSet (const weak_ptr< DatabaseInstance > &db, vector< shared_ptr< BlockHandle > > &handles)
 
bool IsValid () const
 
shared_ptr< DatabaseInstanceGetDatabase () const
 
vector< shared_ptr< BlockHandle > > & GetHandles ()
 
- Public Member Functions inherited from duckdb::enable_shared_from_this< ManagedResultSet >
shared_ptr< ManagedResultSetshared_from_this ()
 
shared_ptr< ManagedResultSet constshared_from_this () const
 

Private Attributes

bool valid
 
weak_ptr< DatabaseInstancedb
 
optional_ptr< vector< shared_ptr< BlockHandle > > > handles
 

Additional Inherited Members

- Protected Member Functions inherited from duckdb::enable_shared_from_this< ManagedResultSet >
 enable_shared_from_this (enable_shared_from_this const &) noexcept
 
enable_shared_from_thisoperator= (enable_shared_from_this const &) noexcept
 

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