You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scott Godin edited this page Nov 12, 2021
·
1 revision
he HandleManager keeps track of Handles, mapped by Id. When a Handled object is created it is passed a reference to its HandleManager. The Handled object calls HandleManager::create() which registers it with the HandleManager. The HandleManager assigns the Handled object an Id (returned by HandleManager::create()).