Blender  V2.93
Classes | Namespaces
BKE_persistent_data_handle.hh File Reference
#include "BLI_map.hh"
#include "DNA_ID.h"

Go to the source code of this file.

Classes

class  blender::bke::PersistentDataHandle
 
class  blender::bke::PersistentIDHandle
 
class  blender::bke::PersistentObjectHandle
 
class  blender::bke::PersistentCollectionHandle
 
class  blender::bke::PersistentDataHandleMap
 

Namespaces

 blender
 
 blender::bke
 

Detailed Description

A PersistentDataHandle is a weak reference to some data in a Blender file. The handle itself is just a number. A PersistentDataHandleMap is used to convert between handles and the actual data.

Definition in file BKE_persistent_data_handle.hh.