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

◆ head

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.

◆ next

struct ParsedLanguageListItem* ParsedLanguageListItem::next

The next ParsedLanguageList item in the linked list.

◆ pl

ParsedLanguage* ParsedLanguageListItem::pl

The particular ParsedLanguage in this linked list item.

◆ tail

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: