|
Blender V4.5
|
#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 51 of file undofile.cc.
References 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(), BLO_write_shared(), and ~MemFileSharedStorage().