|
Blender V4.3
|
#include <BLO_undofile.hh>
Public Member Functions | |
| ~MemFileSharedStorage () | |
Public Attributes | |
| blender::Map< const void *, const blender::ImplicitSharingInfo * > | map |
Definition at line 22 of file BLO_undofile.hh.
| MemFileSharedStorage::~MemFileSharedStorage | ( | ) |
Definition at line 54 of file undofile.cc.
| 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().