Blender V4.3
TreeStore Struct Reference

#include <DNA_outliner_types.h>

Public Attributes

int totelem DNA_DEPRECATED
 
int usedelem
 
TreeStoreElemdata
 

Detailed Description

Used only to store data in blend files.

Definition at line 24 of file DNA_outliner_types.h.

Member Data Documentation

◆ data

TreeStoreElem* TreeStore::data

Elements to be packed from mempool in writefile.cc or extracted to mempool in readfile.cc.

Definition at line 33 of file DNA_outliner_types.h.

Referenced by blender::ed::outliner::outliner_space_blend_read_data(), and blender::ed::outliner::write_space_outliner().

◆ DNA_DEPRECATED

int totelem TreeStore::DNA_DEPRECATED

Was previously used for memory pre-allocation.

Definition at line 26 of file DNA_outliner_types.h.

◆ usedelem

int TreeStore::usedelem

Number of elements in data array.

Definition at line 28 of file DNA_outliner_types.h.

Referenced by blender::ed::outliner::outliner_space_blend_read_data(), and blender::ed::outliner::write_space_outliner().


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