Blender V4.3
blender::linear_allocator::ChunkedList< T, SegmentCapacity >::ConstIterator Class Reference

#include <BLI_linear_allocator_chunked_list.hh>

Public Member Functions

 ConstIterator (const Segment *segment, int64_t index=0)
 
ConstIteratoroperator++ ()
 
const Toperator* () const
 

Detailed Description

template<typename T, int64_t SegmentCapacity = 4>
class blender::linear_allocator::ChunkedList< T, SegmentCapacity >::ConstIterator

Definition at line 117 of file BLI_linear_allocator_chunked_list.hh.

Constructor & Destructor Documentation

◆ ConstIterator()

template<typename T , int64_t SegmentCapacity = 4>
blender::linear_allocator::ChunkedList< T, SegmentCapacity >::ConstIterator::ConstIterator ( const Segment * segment,
int64_t index = 0 )
inline

Definition at line 123 of file BLI_linear_allocator_chunked_list.hh.

Member Function Documentation

◆ operator*()

template<typename T , int64_t SegmentCapacity = 4>
const T & blender::linear_allocator::ChunkedList< T, SegmentCapacity >::ConstIterator::operator* ( ) const
inline

◆ operator++()

template<typename T , int64_t SegmentCapacity = 4>
ConstIterator & blender::linear_allocator::ChunkedList< T, SegmentCapacity >::ConstIterator::operator++ ( )
inline

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