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