list_t type structure used to keep various lists. (e.g. there are multiple lists).
More...
#include <nomos.h>
list_t type structure used to keep various lists. (e.g. there are multiple lists).
list
Definition at line 321 of file nomos.h.
Description
Definition at line 329 of file nomos.h.
List items
Definition at line 330 of file nomos.h.
The index for the items below
Definition at line 325 of file nomos.h.
Name of the list
Definition at line 322 of file nomos.h.
What size is this? (MD)
Definition at line 324 of file nomos.h.
Flag to indicate how ?? (the list or the items in the list?) things are sorted: SORT_BY_NAME or SORT_BY_NAME_ICASE
Definition at line 326 of file nomos.h.
Number of items found, 0 is empty list
Definition at line 323 of file nomos.h.
The documentation for this struct was generated from the following file: