Blender V4.3
MemFileSharedStorage Struct Reference

#include <BLO_undofile.hh>

Public Member Functions

 ~MemFileSharedStorage ()
 

Public Attributes

blender::Map< const void *, const blender::ImplicitSharingInfo * > map
 

Detailed Description

Definition at line 22 of file BLO_undofile.hh.

Constructor & Destructor Documentation

◆ ~MemFileSharedStorage()

MemFileSharedStorage::~MemFileSharedStorage ( )

Definition at line 54 of file undofile.cc.

Member Data Documentation

◆ map

blender::Map<const void *, const blender::ImplicitSharingInfo *> MemFileSharedStorage::map

Maps the data pointer to the sharing info that it is owned by.

Definition at line 26 of file BLO_undofile.hh.

Referenced by blo_read_shared_impl(), and BLO_write_shared().


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