|
Blender V5.0
|
#include <DNA_sdna_pointers.hh>
Public Attributes | |
| Vector< PointerInfo > | pointers |
| int | size_in_bytes = 0 |
All pointers within a DNA struct (including nested structs).
Definition at line 23 of file DNA_sdna_pointers.hh.
| 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().
| 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().