#include <structs.h>
| Data Fields | |
| Loc * | loc | 
| struct LocListItem * | next | 
| struct LocListItem * | head | 
| struct LocListItem * | tail | 
| struct LocListItem* LocListItem::head  [read] | 
The head of the linked list this LocList item is part of. This field is only used for the list head.
The particular Loc in this linked list item.
| struct LocListItem* LocListItem::next  [read] | 
The next LocList item in the linked list.
| struct LocListItem* LocListItem::tail  [read] | 
The tail of the linked list this LocList item is part of. This field is only used for the list head.
 1.5.9
 1.5.9