JULEA
Data Fields
JList Struct Reference

Data Fields

JListElementhead
 
JListElementtail
 
guint length
 
JListFreeFunc free_func
 
gint ref_count
 

Detailed Description

A linked list which allows fast prepend and append operations. Also allows querying the length of the list without iterating over it.

Field Documentation

◆ free_func

JListFreeFunc JList::free_func

The function used to free the list elements.

◆ head

JListElement* JList::head

The first element.

◆ length

guint JList::length

The length.

◆ ref_count

gint JList::ref_count

The reference count.

◆ tail

JListElement* JList::tail

The last element.


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