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

#include <DNA_sdna_pointers.hh>

Public Attributes

int64_t offset
const char * member_type_name = nullptr
const char * name = nullptr

Detailed Description

Information about a single pointer in a DNA struct.

Definition at line 14 of file DNA_sdna_pointers.hh.

Member Data Documentation

◆ member_type_name

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.

◆ name

const char* blender::dna::pointers::PointerInfo::name = nullptr

Definition at line 19 of file DNA_sdna_pointers.hh.

◆ offset

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().


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