Blender V5.0
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 147 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 153 of file BLI_linear_allocator_chunked_list.hh.

Referenced by operator++().

Member Function Documentation

◆ operator*()

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

Definition at line 165 of file BLI_linear_allocator_chunked_list.hh.

References T.

◆ operator++()

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

Definition at line 155 of file BLI_linear_allocator_chunked_list.hh.

References MutableIterator().


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