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
Some objects need to be able to provide unique instance ids. Create a default provider and base class implementation for this. A simple incrementing id will suffice. Theoretically other implementations could exist, for example mapping object instances to an entity id.
This is primarily meant to be used as a way to unique objects, without relying on pointers.
The text was updated successfully, but these errors were encountered:
Some objects need to be able to provide unique instance ids. Create a default provider and base class implementation for this. A simple incrementing id will suffice. Theoretically other implementations could exist, for example mapping object instances to an entity id.
This is primarily meant to be used as a way to unique objects, without relying on pointers.
The text was updated successfully, but these errors were encountered: