ohcount
|
Holds a set of ParsedLanguages in a linked list. More...
#include <structs.h>
Data Fields | |
ParsedLanguage * | pl |
struct ParsedLanguageListItem * | next |
struct ParsedLanguageListItem * | head |
struct ParsedLanguageListItem * | tail |
Holds a set of ParsedLanguages in a linked list.
The head of the linked list this ParsedLanguageList item is part of. This field is only used for the list head.
The next ParsedLanguageList item in the linked list.
The particular ParsedLanguage in this linked list item.
The tail of the linked list this ParsedLanguageList item is part of. This field is only used for the list head.