Blender V5.0
MemFileSharedStorage Struct Reference

#include <BLO_undofile.hh>

Public Member Functions

 ~MemFileSharedStorage ()

Public Attributes

blender::Map< uint64_t, blender::ImplicitSharingInfoAndDatasharing_info_by_address_id

Detailed Description

Definition at line 20 of file BLO_undofile.hh.

Constructor & Destructor Documentation

◆ ~MemFileSharedStorage()

MemFileSharedStorage::~MemFileSharedStorage ( )

Definition at line 51 of file undofile.cc.

References data, and sharing_info_by_address_id.

Member Data Documentation

◆ sharing_info_by_address_id

blender::Map<uint64_t, blender::ImplicitSharingInfoAndData> MemFileSharedStorage::sharing_info_by_address_id

Maps the address id to the shared data and corresponding sharing info..

Definition at line 24 of file BLO_undofile.hh.

Referenced by blo_read_shared_impl(), BLO_write_shared(), and ~MemFileSharedStorage().


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