Class ObjectMap
Defined in File object-map.h
Nested Relationships
Nested Types
Class Documentation
-
class ObjectMap
Provides a mechanism for mapping a given identifier to a live object. Expected use case is during playback when mapping captured object IDs to playback objects.
Public Functions
-
ObjectMap()
-
~ObjectMap()
-
size_t Size() const
Returns the size of the map.
-
void Clear()
Clears the content of the object map.
-
struct ObjectEntry
-
ObjectMap()