|
Blender V5.0
|
#include <BLO_undofile.hh>
Public Member Functions | |
| ~MemFileSharedStorage () | |
Public Attributes | |
| blender::Map< uint64_t, blender::ImplicitSharingInfoAndData > | sharing_info_by_address_id |
Definition at line 20 of file BLO_undofile.hh.
| MemFileSharedStorage::~MemFileSharedStorage | ( | ) |
Definition at line 51 of file undofile.cc.
References data, and 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().