Blender V4.3
IDNameLib_Map Struct Reference

Public Attributes

IDNameLib_TypeMap type_maps [INDEX_ID_MAX]
 
GHashuid_map
 
Mainbmain
 
GSetvalid_id_pointers
 
int idmap_types
 
BLI_mempooltype_maps_keys_pool
 

Detailed Description

Opaque structure, external API users only see this.

Definition at line 54 of file main_idmap.cc.

Member Data Documentation

◆ bmain

Main* IDNameLib_Map::bmain

Definition at line 57 of file main_idmap.cc.

◆ idmap_types

int IDNameLib_Map::idmap_types

Definition at line 59 of file main_idmap.cc.

◆ type_maps

IDNameLib_TypeMap IDNameLib_Map::type_maps[INDEX_ID_MAX]

Definition at line 55 of file main_idmap.cc.

◆ type_maps_keys_pool

BLI_mempool* IDNameLib_Map::type_maps_keys_pool

Definition at line 62 of file main_idmap.cc.

◆ uid_map

GHash* IDNameLib_Map::uid_map

Definition at line 56 of file main_idmap.cc.

◆ valid_id_pointers

GSet* IDNameLib_Map::valid_id_pointers

Definition at line 58 of file main_idmap.cc.


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