ACE_Active_Map_Manager_Key Class ReferenceKey used in the Active Object Map. More...
Collaboration diagram for ACE_Active_Map_Manager_Key:
![]()
Detailed DescriptionKey used in the Active Object Map.This key keeps information of the index and the generation count of the slot it represents. Since the index information is part of the key, lookups are super fast and predictable, Constructor & Destructor Documentation
Default constructor.
Constructor given the slot_index and slot_generation number. This is useful once the user has somehow recovered the slot_index and slot_generation number from the client.
Member Function Documentation
Get the slot_index.
Set the slot_index.
Get the slot_generation number.
Set the slot_generation number.
Size required to store information about active key.
Recover state of active key from data. User must make sure that data encoded using the encode() method.
Encode state of the active key into data. data must be as big as the value returned from <size>.
Compare keys.
Increment the <slot_generation> number.
Member Data DocumentationData for the Active Object Map Key.
The documentation for this class was generated from the following files: Generated on Mon Sep 15 07:14:09 2008 for ACE by ![]() |