|
Blender V4.3
|
Public Attributes | |
| FileData * | fd |
| blender::Map< const void *, blender::ImplicitSharingInfoAndData > | shared_data_by_stored_address |
Definition at line 612 of file readfile.cc.
| FileData* BlendDataReader::fd |
Definition at line 613 of file readfile.cc.
Referenced by BLO_read_data_globmap_add(), BLO_read_data_is_undo(), BLO_read_data_reports(), BLO_read_fileversion_get(), BLO_read_get_new_data_address(), BLO_read_get_new_data_address_no_us(), BLO_read_glob_list(), BLO_read_pointer_array(), BLO_read_requires_endian_switch(), blo_read_shared_impl(), BLO_read_struct_array_with_size(), BLO_read_struct_by_name_array(), direct_link_id(), and direct_link_id_common().
| blender::Map<const void *, blender::ImplicitSharingInfoAndData> BlendDataReader::shared_data_by_stored_address |
The key is the old pointer to shared data that's written to a file, typically an array. The corresponding value is the shared data at run-time.
Definition at line 619 of file readfile.cc.
Referenced by blo_read_shared_impl(), and direct_link_id().