Squash
0.7.0
|
Reference-counting base class for other types. More...
Data Fields | |
volatile unsigned int | ref_count |
The reference count. | |
volatile bool | is_floating |
Whether or not the object has a floating reference. | |
SquashDestroyNotify | destroy_notify |
Function to call when the reference count reaches 0. | |