Unique identifier for instances in memlite system. More...
#include <id.hpp>
Public Member Functions | |
| id (nint new_tagN, nint newChkN, nuint newSerial) | |
| nbool | operator== (const id &rhs) const |
| nbool | operator!= (const id &rhs) const |
| void | rel () |
| nbool | isHeap () const |
| nbool | isValid () const |
Public Attributes | |
| nint | tagN: 21 |
| nint | chkN: 22 |
| nuint | serial: 21 |
Unique identifier for instances in memlite system.
Compact 64-bit identifier with tag number, chunk number, and serial number. Provides efficient instance identification and validation.