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::SegmentTree< T, SUPPORTS_LAZY_LOADING >::SegmentIterationHelper::SegmentIterator Class Reference
Inheritance diagram for duckdb::SegmentTree< T, SUPPORTS_LAZY_LOADING >::SegmentIterationHelper::SegmentIterator:
Collaboration diagram for duckdb::SegmentTree< T, SUPPORTS_LAZY_LOADING >::SegmentIterationHelper::SegmentIterator:

Public Member Functions

 SegmentIterator (const SegmentTree &tree_p, optional_ptr< SegmentNode< T > > current_p, optional_ptr< SegmentLock > lock)
 
T & operator* () const
 
- Public Member Functions inherited from duckdb::SegmentTree< T, SUPPORTS_LAZY_LOADING >::BaseSegmentIterator
 BaseSegmentIterator (const SegmentTree &tree_p, optional_ptr< SegmentNode< T > > current_p, optional_ptr< SegmentLock > lock)
 
void Next ()
 
BaseSegmentIteratoroperator++ ()
 
bool operator!= (const BaseSegmentIterator &other) const
 

Additional Inherited Members

- Public Attributes inherited from duckdb::SegmentTree< T, SUPPORTS_LAZY_LOADING >::BaseSegmentIterator
const SegmentTreetree
 
optional_ptr< SegmentNode< T > > current
 
optional_ptr< SegmentLocklock
 

Constructor & Destructor Documentation

◆ SegmentIterator()

template<class T , bool SUPPORTS_LAZY_LOADING = false>
duckdb::SegmentTree< T, SUPPORTS_LAZY_LOADING >::SegmentIterationHelper::SegmentIterator::SegmentIterator ( const SegmentTree tree_p,
optional_ptr< SegmentNode< T > >  current_p,
optional_ptr< SegmentLock lock 
)
inline
23884 : BaseSegmentIterator(tree_p, current_p, lock) {
23885 }

Member Function Documentation

◆ operator*()

template<class T , bool SUPPORTS_LAZY_LOADING = false>
T & duckdb::SegmentTree< T, SUPPORTS_LAZY_LOADING >::SegmentIterationHelper::SegmentIterator::operator* ( ) const
inline
23887 {
23888 return BaseSegmentIterator::current->GetNode();
23889 }

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