ThreadSafeAttachedData (struct)¶
Helper class for attaching an Object member in a thread-safe way
Members¶
LockedInitialize | initialized | |
Object | attached |
Methods¶
ThreadSafeAttachedData ( in ThreadSafeAttachedData other ) | |
ThreadSafeAttachedData () | |
ThreadSafeAttachedData | clone ? () |
Ref<Object> | getOrCreateAttachedObject ! ( in Type type ) |
Methods in detail¶
ThreadSafeAttachedData ( in ThreadSafeAttachedData other )
copy constructor
default constructor
ThreadSafeAttachedData ThreadSafeAttachedData.clone? ()
clone method
Ref<Object> ThreadSafeAttachedData.getOrCreateAttachedObject! ( in Type type )