Struct IObjectDataSource
Defined in File data-manager.h
Struct Documentation
-
struct IObjectDataSource
An interface to allow the holder of the interface to query for data that is "sibling" to itself; that is, data attached to the same parent object, but under a different key. This interface is only passed to ObjectData instances as a parameter to the IVisitable::Visited() method.
Public Functions
-
virtual ~IObjectDataSource()
-
virtual ObjectData::Ptr GetDataForKey(void const *key) const = 0
-
virtual ~IObjectDataSource()