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

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.

License* LicenseListItem::lic

The particular License in this linked list item.

struct LicenseListItem* LicenseListItem::next

The next LicenseList in the linked list.

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: