mythos icon indicating copy to clipboard operation
mythos copied to clipboard

implement CapRefArray analogous to CapRef

Open rottaran opened this issue 7 years ago • 0 comments

Each entry consists of a CapEntry and the original CapValue. The CapEntry points to the owning CapRefArray and contains the entry's index as capability data. The CapValue points to the destination object. The CapRefArray has an additional pointer to its owner and calls bind and unbind methods there to notify about revokation events. The bind and unbind methods are passed the CapValue to the destination object and the index in the array. The owner's type and the array size are passed as template arguments.

rottaran avatar Nov 21 '18 19:11 rottaran