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

Public Attributes

struct StackChunknext
 
char data [0]
 

Detailed Description

Definition at line 25 of file stack.c.

Member Data Documentation

◆ data

char StackChunk::data[0]

Definition at line 27 of file stack.c.

◆ next

struct StackChunk* StackChunk::next

Definition at line 26 of file stack.c.

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


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