All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
as_gc_item Struct Reference

Detailed Description

Reference counted data to be garbage collected.

Definition at line 85 of file as_cluster.h.

+ Collaboration diagram for as_gc_item:

Private Attributes

void * data
 
as_release_fn release_fn
 

Field Documentation

◆ data

void* as_gc_item::data
private

Reference counted data to be garbage collected.

Definition at line 90 of file as_cluster.h.

◆ release_fn

as_release_fn as_gc_item::release_fn
private

Release function.

Definition at line 96 of file as_cluster.h.


The documentation for this struct was generated from the following file: