Netzhaut
Web Browser Engine
ver.0.3.5.0
rev.0.23.55.58
Loading...
Searching...
No Matches
nh_LinkedList Struct Reference

#include <Public.h>

Data Fields

int count
 
nh_LinkedListItemHead_p
 

Detailed Description

Generic linked-list which holds data pointers.

Field Documentation

◆ count

int nh_LinkedList::count

Number of items.

◆ Head_p

nh_LinkedListItem* nh_LinkedList::Head_p

Opaque pointer to the first item in the list. A list with count == 0 should have this set as NULL. The actual data should always be queried using nh_getFromLinkedList.