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