Blender V4.3
blender::ImplicitSharingInfoAndData Struct Reference

#include <BLI_implicit_sharing.hh>

Public Attributes

const ImplicitSharingInfosharing_info = nullptr
 
const void * data = nullptr
 

Detailed Description

Utility that contains sharing information and the data that is shared.

Definition at line 231 of file BLI_implicit_sharing.hh.

Member Data Documentation

◆ data

const void* blender::ImplicitSharingInfoAndData::data = nullptr

Definition at line 233 of file BLI_implicit_sharing.hh.

Referenced by BLO_read_shared().

◆ sharing_info

const ImplicitSharingInfo* blender::ImplicitSharingInfoAndData::sharing_info = nullptr

Definition at line 232 of file BLI_implicit_sharing.hh.

Referenced by BLO_read_shared().


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