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

Public Attributes

struct TestChunknext
 
struct TestChunkprev
 
const voiddata
 
size_t data_len
 

Detailed Description

Definition at line 35 of file BLI_array_store_test.cc.

Member Data Documentation

◆ data

const void* TestChunk::data

Definition at line 37 of file BLI_array_store_test.cc.

Referenced by testchunk_as_data_array(), and testchunk_list_add().

◆ data_len

size_t TestChunk::data_len

Definition at line 38 of file BLI_array_store_test.cc.

Referenced by testchunk_as_data_array(), and testchunk_list_add().

◆ next

struct TestChunk* TestChunk::next

Definition at line 36 of file BLI_array_store_test.cc.

Referenced by random_chunk_mutate_helper().

◆ prev

struct TestChunk * TestChunk::prev

Definition at line 36 of file BLI_array_store_test.cc.


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