Blender V5.0
blender::dna::pointers::StructInfo Struct Reference

#include <DNA_sdna_pointers.hh>

Public Attributes

Vector< PointerInfopointers
int size_in_bytes = 0

Detailed Description

All pointers within a DNA struct (including nested structs).

Definition at line 23 of file DNA_sdna_pointers.hh.

Member Data Documentation

◆ pointers

Vector<PointerInfo> blender::dna::pointers::StructInfo::pointers

All pointers in that struct.

Definition at line 25 of file DNA_sdna_pointers.hh.

Referenced by writestruct_at_address_nr().

◆ size_in_bytes

int blender::dna::pointers::StructInfo::size_in_bytes = 0

Size of the struct in bytes.

Definition at line 27 of file DNA_sdna_pointers.hh.

Referenced by writestruct_at_address_nr().


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