9 #include <framework/datastore/StoreArray.h>
11 #include <framework/datastore/RelationArray.h>
18 auto related_arrays = DataStore::Instance().getListOfRelatedArrays(array);
20 for (
const std::string& other_name : related_arrays) {
Low-level class to create/modify relations between StoreArrays.
Base class for StoreObjPtr and StoreArray for easier common treatment.
DataStore::EDurability getDurability() const
Return durability with which the object is saved in the DataStore.
const std::string & getName() const
Return name under which the object is saved in the DataStore.
Abstract base class for different kinds of events.