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

#include <BLI_linear_allocator_chunked_list.hh>

Public Member Functions

 MutableIterator (Segment *segment, int64_t index=0)
 
MutableIteratoroperator++ ()
 
Toperator* ()
 

Detailed Description

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

Definition at line 143 of file BLI_linear_allocator_chunked_list.hh.

Constructor & Destructor Documentation

◆ MutableIterator()

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

Definition at line 149 of file BLI_linear_allocator_chunked_list.hh.

Member Function Documentation

◆ operator*()

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

◆ operator++()

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

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