
Go to the source code of this file.
| Namespaces | |
| namespace | ck | 
| Data Structures | |
| class | ck::ObjID | 
| The basic element identifier.  More... | |
| Functions | |
| static_assert (CMK_OBJID_COLLECTION_BITS > 0,"CMK_OBJID_COLLECTION_BITS must be greater than 0!") | |
| static_assert (CMK_OBJID_COLLECTION_BITS< (64-CMK_OBJID_TYPE_TAG_BITS),"CMK_OBJID_COLLECTION_BITS must be less than (64 - CMK_OBJID_TYPE_TAG_BITS)!") | |
| static_assert ((CMK_OBJID_COLLECTION_BITS+CMK_OBJID_ELEMENT_BITS+CMK_OBJID_TYPE_TAG_BITS)==64,"The total number of collection + element + type tag bits must be 64!") | |
| bool | ck::operator== (ObjID lhs, ObjID rhs) | 
| bool | ck::operator!= (ObjID lhs, ObjID rhs) | 
| static_assert | ( | CMK_OBJID_COLLECTION_BITS | , | |
| 0 | , | |||
| "CMK_OBJID_COLLECTION_BITS must be greater than 0!" | ||||
| ) | 
Referenced by CkHashtableTslow< intdual, int >::getLayout().

| static_assert | ( | ) | 
| static_assert | ( | (CMK_OBJID_COLLECTION_BITS+CMK_OBJID_ELEMENT_BITS+CMK_OBJID_TYPE_TAG_BITS) | = =64, | |
| "The total number of collection + element + type tag bits must be 64!" | ||||
| ) | 
 1.5.5
 1.5.5