ntg_instance_count Struct Reference

Linked list node for counting the current number of instances of a given class. More...

#include "instance.h"


Detailed Description

Linked list node for counting the current number of instances of a given class.

Note:
{Usually we want to take an instance, and find out how many instances we have of the same class. Functions are provided for this:}
 void ntg_instance_increment_count(ntg_instance *instance);
 void ntg_instance_decrement_count(ntg_instance *instance);
 int  ntg_instance_get_count(ntg_instance *instance);

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

Generated on Tue Jan 5 14:02:30 2010 for LibIntegra by  doxygen 1.6.1