ohcount
|
Holds a list of Licenses in a linked list. More...
#include <structs.h>
Data Fields | |
License * | lic |
struct LicenseListItem * | next |
struct LicenseListItem * | head |
struct LicenseListItem * | tail |
Holds a list of Licenses in a linked list.
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.
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.