ohcount
Data Fields
LicenseListItem Struct Reference

Holds a list of Licenses in a linked list. More...

#include <structs.h>

Data Fields

Licenselic
 
struct LicenseListItemnext
 
struct LicenseListItemhead
 
struct LicenseListItemtail
 

Detailed Description

Holds a list of Licenses in a linked list.

Field Documentation

◆ head

struct LicenseListItem* LicenseListItem::head

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

◆ lic

License* LicenseListItem::lic

The particular License in this linked list item.

◆ next

struct LicenseListItem* LicenseListItem::next

The next LicenseList in the linked list.

◆ tail

struct LicenseListItem* LicenseListItem::tail

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


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