|
Blender V5.0
|
#include <DNA_sdna_pointers.hh>
Public Attributes | |
| int64_t | offset |
| const char * | member_type_name = nullptr |
| const char * | name = nullptr |
Information about a single pointer in a DNA struct.
Definition at line 14 of file DNA_sdna_pointers.hh.
| const char* blender::dna::pointers::PointerInfo::member_type_name = nullptr |
Additional information about the pointer which can be useful for debugging.
Definition at line 18 of file DNA_sdna_pointers.hh.
| const char* blender::dna::pointers::PointerInfo::name = nullptr |
Definition at line 19 of file DNA_sdna_pointers.hh.
| int64_t blender::dna::pointers::PointerInfo::offset |
Offset in bytes from the start of the struct.
Definition at line 16 of file DNA_sdna_pointers.hh.
Referenced by writestruct_at_address_nr().