#include <refcount.h>
Data Fields | |
gint | count |
The reference counter itself. | |
void(* | free )(const imquic_refcount *) |
Pointer to the function that will be used to free the object. | |
gint imquic_refcount::count |
The reference counter itself.
void(* imquic_refcount::free) (const imquic_refcount *) |
Pointer to the function that will be used to free the object.