Blender  V3.3
Public Attributes | List of all members
BLI_mempool_iter Struct Reference

#include <BLI_mempool.h>

Public Attributes

BLI_mempoolpool
 
struct BLI_mempool_chunkcurchunk
 
unsigned int curindex
 

Detailed Description

Iteration stuff.

Note
this may easy to produce bugs with.
Private structure.

Definition at line 91 of file BLI_mempool.h.

Member Data Documentation

◆ curchunk

struct BLI_mempool_chunk* BLI_mempool_iter::curchunk

◆ curindex

unsigned int BLI_mempool_iter::curindex

◆ pool

BLI_mempool* BLI_mempool_iter::pool

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