|
libusual
0.1
|
Header structure for StatList. More...
Data Fields | |
| struct List | head |
| Actual list head. | |
| int | cur_count |
| Count of objects currently in list. | |
Header structure for StatList.
| struct List StatList::head |
Actual list head.
Referenced by statlist_append(), statlist_empty(), statlist_first(), statlist_init(), statlist_last(), statlist_pop(), and statlist_prepend().
Count of objects currently in list.
Referenced by statlist_append(), statlist_count(), statlist_init(), statlist_pop(), statlist_prepend(), statlist_put_after(), statlist_put_before(), and statlist_remove().
1.7.6.1