Linked list node for counting the current number of instances of a given class. More...
#include "instance.h"
Linked list node for counting the current number of instances of a given class.
void ntg_instance_increment_count(ntg_instance *instance); void ntg_instance_decrement_count(ntg_instance *instance); int ntg_instance_get_count(ntg_instance *instance);