AssociatedDataOwner
class AssociatedDataOwner;
AssociatedDataOwner* Owner() const
void SetOwner(AssociatedDataOwner* owner)
virtual void OwnerDeleted(AssociatedDataOwner* owner);
AssociatedDataOwner* fOwner;
class AssociatedDataOwner {
AssociatedDataOwner();
~AssociatedDataOwner();
AssociatedDataOwner {
virtual void OwnerDeleted(AssociatedDataOwner* owner);
SystemNotificationService::Listener::OwnerDeleted(AssociatedDataOwner* owner)
AssociatedData::OwnerDeleted(AssociatedDataOwner* owner)
AssociatedDataOwner::AssociatedDataOwner()
AssociatedDataOwner::~AssociatedDataOwner()
AssociatedDataOwner::AddData(AssociatedData* data)
AssociatedDataOwner::RemoveData(AssociatedData* data)
AssociatedDataOwner::PrepareForDeletion()