◆ inUse
int32_t fiftyoneDegreesResourceHandleCounter::inUse |
Active use count of the resource.
Contains the number of active uses of the resource.
This is a union to enforce the size of a pointer as we need this to be the same size as the self
pointer in ResourceHandle.
int32_t fiftyoneDegreesResourceHandleCounter::inUse |
Active use count of the resource.
void* fiftyoneDegreesResourceHandleCounter::padding |
Pads the union to the size of a pointer.
Should be set to null at initialization.