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 308 of file nomos.h.
◆ desc
Description
Definition at line 316 of file nomos.h.
◆ items
List items
Definition at line 317 of file nomos.h.
◆ ix
The index for the items below
Definition at line 312 of file nomos.h.
◆ name
Name of the list
Definition at line 309 of file nomos.h.
◆ size
What size is this? (MD)
Definition at line 311 of file nomos.h.
◆ sorted
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 313 of file nomos.h.
◆ used
Number of items found, 0 is empty list
Definition at line 310 of file nomos.h.
The documentation for this struct was generated from the following file: