libalpm
Arch Linux Package Manager Library
Data Fields
__alpm_list_t Struct Reference

Linked list type used by libalpm. More...

#include <alpm_list.h>

Collaboration diagram for __alpm_list_t:
Collaboration graph
[legend]

Data Fields

void * data
 data held by the list node
struct __alpm_list_tprev
 pointer to the previous node
struct __alpm_list_tnext
 pointer to the next node

Detailed Description

Linked list type used by libalpm.

It is exposed so front ends can use it to prevent the need to reimplement lists of their own; however, it is not required that the front end uses it.

Definition at line 36 of file alpm_list.h.


Field Documentation


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