ohcount
Data Fields
ParsedLanguageListItem Struct Reference

Holds a set of ParsedLanguages in a linked list. More...

#include <structs.h>

Data Fields

ParsedLanguagepl
struct ParsedLanguageListItemnext
struct ParsedLanguageListItemhead
struct ParsedLanguageListItemtail

Detailed Description

Holds a set of ParsedLanguages in a linked list.


Field Documentation

struct ParsedLanguageListItem* ParsedLanguageListItem::head

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

The next ParsedLanguageList item in the linked list.

ParsedLanguage* ParsedLanguageListItem::pl

The particular ParsedLanguage in this linked list item.

struct ParsedLanguageListItem* ParsedLanguageListItem::tail

The tail of the linked list this ParsedLanguageList item is part of. This field is only used for the list head.


The documentation for this struct was generated from the following file: