Blender V5.0
StackChunk Struct Reference

Public Attributes

StackChunknext
char data [0]

Detailed Description

Definition at line 27 of file stack.cc.

Member Data Documentation

◆ data

char StackChunk::data[0]

Definition at line 29 of file stack.cc.

◆ next

StackChunk* StackChunk::next

Definition at line 28 of file stack.cc.

Referenced by BLI_stack_clear(), BLI_stack_discard(), and BLI_stack_push_r().


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