Home
last modified time | relevance | path

Searched refs:autoObject (Results 1 – 1 of 1) sorted by relevance

/CTR-SDK-0.14.4/include/nn/util/
Dutil_AutoObject.h158 Updater(AutoObject& autoObject) : m_AutoObject(autoObject) in Updater() argument
160 NN_TASSERT_(autoObject.IsValid()); in Updater()
161 if (detail::AutoObjectCoreAccess::DecrementRefCount(*autoObject.m_P)) in Updater()
163 autoObject.m_P = new Object(*autoObject); in Updater()
167 detail::AutoObjectCoreAccess::IncrementRefCount(*autoObject.m_P); in Updater()
169 autoObject.SetUpdating(); in Updater()