#include <num_list.h>
Data Fields | |
num_list * | SubList |
unsigned int | Lower |
unsigned int | Upper |
int | Time |
Definition at line 29 of file num_list.h.
struct num_list* num_list_item::SubList [read] |
Definition at line 30 of file num_list.h.
Referenced by AddSubList(), IsInList(), NumListCompare(), and RemoveFromList().
unsigned int num_list_item::Lower |
Definition at line 31 of file num_list.h.
Referenced by AddRangeTime(), IsInList(), NumListCompare(), and RemoveFromList().
unsigned int num_list_item::Upper |
Definition at line 32 of file num_list.h.
Referenced by AddRangeTime(), IsInList(), NumListCompare(), and RemoveFromList().
Definition at line 33 of file num_list.h.
Referenced by AddRangeTime(), AddSubList(), and IsInListTime().